> I have create and export a kml file. > It is able to see at:http://www.enjoy-spain.com/Enjoy_Spain.xml
No, you haven't. If you paste that URL in your browser you will see that it contains no actual 'placemarks' (which are the equivalent of markers in KML), it contains a URL, a network link. To get the 'real' KML see Mike Williams instructions in this thread which you could have found by searching something like 'export my maps to kml' http://groups.google.com/group/Google-Maps-API/browse_thread/thread/a6f78e49794f5c9d/d4a8c05bb45948c0?lnk=gst&q=export+kml+maps#d4a8c05bb45948c0 Be warned, with 500 markers it will be quite a lot bigger. > I have no idea if this is the correct way to do, but I dont understand > when you said " You can use either EGeoXml or GeoXml to get access to > the markers and > use them with a clusterer." The format from My Maps is KML, which is a special sort of XML. To turn it into markers on an API map you need some kind of tool. The API has a built in tool called GGeoXml which does it. But GGeoXml will not let you adjust how the data is displayed, you get what it gives you. So you can write your own tool to do it, or ... EGeoXml and GeoXml are tools that others have already written, that will let you change the way things are displayed, including using the clusterer style that you first wanted. good luck, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
