On Sep 8, 2:46 pm, Walter <[email protected]> wrote: > Greatings, > > Is there a GMap2 method to suppress the transit stop icons (in this > case bus stops) being included in the google map layers, or to make > that layer invisible. It seems this layer is automatically added at > certain zoom levels, and so does not respond to clearLayers() or > removeLayer() etc.
It's not a layer. Those symbols are part of the tiles. Unfortunately the answer is No. You could create inert custom markers and cover the bus-stop symbols, perhaps using the marker manager to control which custom markers appear at different zooms, but unless it's absolutely essential to suppress them, it's an enormous amount of work. And the symbols may move with different tile issues. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
