[Geomoose-users] RE: adding ArcGIS service to geomoose 2.4 Mercator
Brian Fischer
bfischer at houstoneng.com
Thu Apr 5 11:02:37 EDT 2012
Brent,
Currently GeoMoose only supports using an ArcGIS Rest service through the export task. It does not currently support using an ArcGIS mapcache (tiles) like you referenced. I know OpenLayers supports this so I want to try to get this added into GeoMoose for version 2.6 as well but not sure on the timing of it yet.
I'm not sure if that is any different though than the XYZ layer type that is already supported. I just haven't have time to research that yet.
Brian Fischer, CFM
GIS Manager
Houston Engineering, Inc.
O 763.493.4522 | D 763.493.6664 | M 763.229.2734
From: geomoose-users-bounces at lists.osgeo.org [mailto:geomoose-users-bounces at lists.osgeo.org] On Behalf Of Lund, Brent (ADM)
Sent: Wednesday, April 04, 2012 2:54 PM
To: geomoose-users at lists.osgeo.org
Subject: [Geomoose-users] adding ArcGIS service to geomoose 2.4 Mercator
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}<http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/$%7bz%7d/$%7by%7d/$%7bx%7d>", {
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/20120405/4ce57fcd/attachment-0001.html
More information about the Geomoose-users
mailing list