Dataset URLs

These are some examples showing how to specify the cacheurl attribute for a dataset.

For example, this URL is for ESRI dynamic imagery:

http://myserver/arcgis/rest/services/maps/world/MapServer/export

This example is for OGC dynamic imagery:

http://myserver/geoserver/wms?SERVICE=WMS&VERSION=1.3.0

This example is for Open Street Maps:

http://osm.t-i.ch/bicycle/map/

ESRI also supports the passing of query parameters in the URL. This means that you can filter the layers using parameter values. For example, this URL includes query parameters:

http://myserver/arcgis/rest/services/MyCity/ExampleDynamicOnly/MapServer/export/10?layerDefs=10:STRTYPE='ST'