[Geomoose-users] adding ArcGIS service to geomoose 2.4 Mercator

Lund, Brent (ADM) brent.lund at state.mn.us
Wed Apr 4 15:54:19 EDT 2012


I'd like to add an ArcGIS rest service to a Geomoose 2.4 Mercator app (http://www.mngeo.state.mn.us/structures_ro/).



I use the ArcGIS rest service in OpenLayers apps like http://www.mngeo.state.mn.us/glo/index.html.   Here's how I define the layer



var esriStreets = new OpenLayers.Layer.XYZ("ESRI Streets", "http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/${z}/${y}/${x}", {
   sphericalMercator: true,
   attribution: "Tiles courtesy of <a href='http://www.arcgis.com/home/item.html?id=3b93337983e9436f8db950e38a8629af' target='_blank'>arcgis.com</a>",
   numZoomLevels: 20
});


So I guess the question is: How do I add an ArcGIS rest service to my mapbook?

Thanks,

Brent

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20120404/d2ad4b14/attachment.html


More information about the Geomoose-users mailing list