|
POST
|
Hi, Thanks for this widget. I wanted to ask if it is possible to publish the json file to ArcGIS online account as a GeoJSON?
... View more
08-02-2015
09:45 PM
|
0
|
0
|
2271
|
|
POST
|
Does anyone know any known limitation of the launchpad theme? I really like it and I am thinking of switching from tab theme to this for my application and while I was testing it on my old iPhone 5S, the app crashed when I tried zooming in on ocean basemap. Has anyone else have any similar issues or different issues using the launchpad theme?
... View more
07-27-2015
09:03 PM
|
0
|
3
|
3567
|
|
POST
|
Figured it out,, Add the json of the layer to config_Local Layer Widget.json : { "type": "Mapimage", "name": "Animation Layer", "href": "http://www.aoaophoto.com/video-to-gif-converter/imgs/sample-iceage4.gif", "extent": { "xmin": -79.933333, "ymin": 32.783333, "xmax": -80.933333, "ymax": 33.783333, "spatialReference":{"wkid":4326}}, "opacity": 1, "visible": false }, Then Add the following code to the Widget.js file (in the startup function) if(layer.type.toUpperCase() === 'MAPIMAGE'){ var mil = new MapImage({ 'extent': layer.extent, 'href': layer.href }); lOptions.extent = layer.extent; lLayer =new MapImageLayer(lOptions); lLayer.addImage(mil); lLayer.on("load", function() { evt.layer.name = lOptions.id; }); this._viewerMap.addLayer(lLayer); },
... View more
07-22-2015
03:58 AM
|
1
|
0
|
667
|
|
POST
|
Thanks for your reply... However I donot wish to arrange the layers in terms of Feature Groups. All I am looking for is to add some non interactive text boxes between layers to group them like in the image below. The layers can be Feature, Tiled or Dynamic. I feel this should be straight forward but I do not know how to go about doing this. As seen in the image above, I just wish to add some headings (non animated, non responsive texts) between layers.
... View more
07-22-2015
12:27 AM
|
0
|
2
|
3600
|
|
POST
|
How can one go about editing Layerlist widget UI so that multiple layers can be organized in different Divs with different titles. Forexample I wish to add 5 layers relating to Volcanos and 5 layers for Earthquakes in two different divs in the layerlistview.
... View more
07-20-2015
11:30 PM
|
2
|
12
|
12676
|
|
POST
|
Can anyone give me some pointers on how to go about doing this ? There will be some changes to be done in the LocalLayerWidget code I believe.
... View more
07-20-2015
11:27 PM
|
0
|
1
|
3156
|
|
POST
|
Found out the this can be done using MapImageLayer ,,, Just convert the video into a gif and give its url in a MapImage Constructor... Sample code: map.on("load", function() { // create and add the layer var mil = new esri.layers.MapImageLayer(); map.addLayer(mil); // create an add the actual image var mi = new esri.layers.MapImage({ 'extent': { 'xmin': -80, 'ymin': 33, 'xmax': -85, 'ymax': 37}, 'href': 'http://www.aoaophoto.com/video-to-gif-converter/imgs/sample-iceage4.gif' }); mil.addImage(mi); });
... View more
07-20-2015
10:57 PM
|
1
|
0
|
1055
|
|
POST
|
so that when user clicks on a layer name the georeferenced video loads like normal layer and starts playing .
... View more
07-20-2015
10:39 PM
|
0
|
1
|
3939
|
|
POST
|
Yes, I looked into the information passed from the portal in both cases . The information passed when the app was running on IIS didnot contain bingkey as well as some other parameters.
... View more
07-08-2015
01:31 AM
|
0
|
2
|
1950
|
|
POST
|
Does anyone know what is the proxy url for Bing Maps because they do not show up when App is deployed on IIS. They only show up when I run the app through WAB.
... View more
07-07-2015
01:47 AM
|
0
|
0
|
4276
|
|
POST
|
I just encountered the exact same issue. Bing maps were showing up when I was running the app through webapp builder 'startup.bat', but they disappeared once I deployed the app on my IIS. Did you manage to find any solution for this problem ?
... View more
07-07-2015
12:57 AM
|
0
|
4
|
1950
|
|
POST
|
That is surprising... I know that this Server Explorer sample exists for WPF and silverlight samples. I wonder why esri did not provide it for the original JS API.
... View more
06-25-2015
08:35 PM
|
0
|
0
|
704
|
|
POST
|
I can run these samples by going to Samples | ArcGIS API for JavaScript and clicking on "View Live Sample" or "Explore in the sandbox" but when I download them as zip and then try to run the html file that I have downloaded through my browser by double clicking on it, the kml, georss or csv layer doesnot load up at all. Does any one know the reason behind this? I am talking about these three samples although this issue can be with others as well but I never tried them, CSV | ArcGIS API for JavaScript GeoRSS | ArcGIS API for JavaScript KML | ArcGIS API for JavaScript Thanks
... View more
06-22-2015
11:29 PM
|
0
|
2
|
3558
|
|
POST
|
Are these two products related in anyway ? Esri releases so many products in such short time that its easy to lose track of whats what.
... View more
06-22-2015
08:33 PM
|
0
|
4
|
4565
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-20-2015 10:57 PM | |
| 1 | 07-22-2015 03:58 AM | |
| 1 | 06-16-2015 10:15 PM | |
| 2 | 07-20-2015 11:30 PM | |
| 1 | 10-01-2015 01:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|