On Dec 13, 12:23 pm, Hellix <[email protected]> wrote:
> Hi gurus!
> Simple problem: I import a kml track (from gps) to Google maps via
>       geoXml = new GGeoXml("http://...mytrack.kml";);
>       map = new GMap2(document.getElementById("map"));
>       ...
> I would like to see only the track. Question: How can i hide the
> waypoint icons, which cluster the map ?
> I'm just a beginner (aged 74). Thanks. Raymond.

Don't use GGeoXml, or if you do, hide the markers after the KML has
finished loading. If you use EGeoXml, you can control it better.  See
Mike Williams' tutorial for details on both ways:
http://econym.org.uk/gmap/

Part 36 Tricks with GGeoXml
http://econym.org.uk/gmap/interceptor.htm

EGeoXml:
Part 11 Using EGeoXml - taking control of KML file rendering.
http://econym.org.uk/gmap/egeoxml.htm

  -- Larry


--~--~---------~--~----~------------~-------~--~----~
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