Tagged Questions
2
votes
1answer
228 views
HTML5 local storage for tile maps and feature layers using ArcGIS Java Script API
I am developing a mobile arcgis application I want to store data locally so that when a user is offline he/she can use the maps. I want to store tile layers,feature layers and a table data.
Any ...
0
votes
0answers
220 views
How would one write a ArcGIS JSAPI layer to access WMS service via a Tile Server?
I want to request small WMS tiles instead of a single image for the entire map viewport because I know the request is going through a Tile Service (TileCache). OpenLayers handles this with the WMS ...
1
vote
2answers
912 views
Javascript Api's ArcGISTiledMapServiceLayer won't show map
I am currently trying to show a map that has been tiled. I am using version 10 of the arcgis server, and version 2.5 of the javascript api, the odd thing i am running into is that the map will not ...
3
votes
2answers
400 views
How do I interface with bundles using ESRI's Javascript API?
I've found this example... http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jssamples_start.htm#jssamples/layers_custom_tiled.html
Which uses an exploded cache. It notes at ...