If you just need add the map, you can simply create a
google.maps.ImageMapType
and pass {
getTileUrl : function(coords, zoom){
return 'http://server.arcgisonline.com/ArcGIS/rest/services/
USA_Topo_Maps/MapServer/tile/'+z+'/'+coords.y+'/'+coords.x;
} in constructor.
If you need more functionality, I am upgrading my arcgislink lib to v3
and will load it into the common utility lib once it done.
It's in progress you can take a look at
http://gmaps-utility-gis.googlecode.com/svn/trunk/arcgislink/docs/examples.html
check the arcgisline example, that includes the US topo map.
Not all sample will work all the time, but should be ready in about a
week.
On Jun 29, 4:03 pm, Russ <[email protected]> wrote:
> Our GIS developer is leaving...the work examples he left me with are
> all designed with API v2. I have been tasked with learning the basic
> API v3 and including a google map in our web app. I have completed
> some basic stuff. I cannot find a clean example in v3 of how I go
> about adding an overlay from an ArcGISServer. I have been given the
> below Map Service url for the service but need help in adding it to my
> map. Do I need the REST URL?
> Anyone know a clean example of this?
>
> Thanks for your time.
>
> The actual USGS Topo Map Service info is at
>
> http://resources.esri.com/arcgisonlineservices/index.cfm?fa=content_d...
>
> which includes the REST URL that you will need to get to the actual
> service in the code.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.