From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/examples/arcgiscache_direct.html | 108 +++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 misc/openlayers/examples/arcgiscache_direct.html (limited to 'misc/openlayers/examples/arcgiscache_direct.html') diff --git a/misc/openlayers/examples/arcgiscache_direct.html b/misc/openlayers/examples/arcgiscache_direct.html new file mode 100644 index 0000000..472a480 --- /dev/null +++ b/misc/openlayers/examples/arcgiscache_direct.html @@ -0,0 +1,108 @@ + + + + ArcGIS Server Map Cache Example (Direct Access) + + + + + + + + +

ArcGIS Server Map Cache Example (Direct Access)

+ +
+
+ +

+ Demonstrates the basic initialization of the ArcGIS Cache layer using a prebuilt configuration, and direct tile access from a file store. +

+ +
+ +
+

This example demonstrates using the ArcGISCache layer for + accessing ESRI's ArcGIS Server (AGS) Map Cache tiles directly + via the folder structure and HTTP. Toggle the visibility of the AGS layer to + demonstrate how the two maps are lined up correctly.

+ +

Notes on this Layer

+

It's important that you set the correct values in your layer, and these + values will differ between tile sets. You can find these values for your + layer in conf.xml at the root of your cache. + (ie. http://serverx.esri.com/arcgiscache/dgaerials/Layers/conf.xml)

+ +

For fused map caches this is often http:ServerName/arcgiscache/MapServiceName/Layers
+ For individual layer caches this is often http:ServerName/arcgiscache/LayerName/Layers

+ +

Other Examples

+

This is one of three examples for this layer. You can also configure this + layer to use prebuilt tiles from a live server. It is also + possible to let this layer 'auto-configure' itself using the capabilities json object from the server itself when using a live ArcGIS server. +

+
+ + -- cgit v1.2.3