Opened 13 years ago

Closed 13 years ago

#423 closed enhancement (fixed)

add support for ERSI tile cache layers

Reported by: madair Owned by: madair
Priority: P2 Milestone: 2.3
Component: Core Version: SVN
Severity: Minor Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

ESRI offers tile cache base maps (http://server.arcgisonline.com/ArcGIS/rest/services) which can be supported using the OpenLayers XYZ layer type. Some changes are required in Generic.js so that it loads correctly

Change History (1)

comment:1 by madair, 13 years ago

Resolution: fixed
Status: newclosed

fixed at rev [2301]

example of AppDef <Map> using an ArcGIS baselayer:

<MapGroup id="esri">

<Map>

<Type>XYZ</Type> <SingleTile>false</SingleTile> <Extension>

<ResourceId>http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/${z}/${y}/${x}</ResourceId> <Options>

<name>ESRI World Topo</name>

</Options> <Parameters> </Parameters>

</Extension>

</Map>

Note: See TracTickets for help on using tickets.