[Geomoose-users] adding ArcGIS service to geomoose 2.4 Mercator
Dan Little
danlittle at yahoo.com
Wed Apr 4 17:12:39 EDT 2012
not 100% on all the Arc stuff, however we do have a few options that can be seen in the demo examples:
<map-source name="metbase" type="ags" >
<url>http://gis.metc.state.mn.us/ArcGIS/rest/services/BaseLayer/UTMBaseMap/MapServer/export</url>
<layer name="Met Council Base Map Layers" />
<param name="FORMAT" value="JPG"/>
</map-source>
And:
<map-source name="OSM" type="xyz">
<layer name="TilesAtHome" />
<url>http://tah.openstreetmap.org/Tiles/tile/${z}/${x}/${y}.png</url>
<param name="numZoomLevels" value="20"/>
<param name="sphericalMercator" value="true"/>
</map-source>
Not sure which version of that works best for the ArcGIS Rest implementation. IIRC, the "ags" source type is used for the cached version.
>________________________________
> From: "Lund, Brent (ADM)" <brent.lund at state.mn.us>
>To: "geomoose-users at lists.osgeo.org" <geomoose-users at lists.osgeo.org>
>Sent: Wednesday, April 4, 2012 2:54 PM
>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}", {
> 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
>
>_______________________________________________
>Geomoose-users mailing list
>Geomoose-users at lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/geomoose-users
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20120404/24dff038/attachment.html
More information about the Geomoose-users
mailing list