Thanks Rossko, You actually confirmed my suspicions. I will go ahead and separate the layers into two services and am confident I can show/hide both separately using the code I already have.
On another note, since you mentioned the map was a little slow, any suggestions on how to speed up the map, either server-side (i.e. settings in the service) or client-side? On Apr 2, 11:59 am, Rossko <[email protected]> wrote: > 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 > athttp://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps... > 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 -~----------~----~----~----~------~----~------~--~---
