I can see a map now. (It's a bit slow with so much detail)

You're using the esri 'gmaps' script to provide a single tile layer
for the Google Map.
The tile images come from some server-side function - your MapServer.
There are no label/boundary layers within so far as the GMap2 knows,
it just gets one set of image tiles.
If you want to separately render items in that esri layer, you've got
to separate them at source somehow.

A quick glance at 
http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/google_api_start.htm
suggests you could deploy the boundaries and text labels as separate
tiledMapServiceLayers , and use hide and show on the individual GMap2
overlays.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to