Here, the SVG are produced by my own python program My idea is to provide the isochrone curves for some cities (like Paris, in my example). So giving a point a map, I compute the time required to go to all the other points in the city with the public transportation (underground, tramways, buses...). In the example, each color correspond to a duration (one different color every 5 minutes). For the moment, it is not finished, but the idea is to provide a website where you can put on address (only in Paris for the moment) and see where you can go from this point and how long does it take (I build it in order to find where I could live in less than 30min from my job, with the public transportation). Anyway.... my python program produces the SVG file, so I am able to label the main group <g> as "mainGroup" so as to include it. (I think it is the main drawback of this method)
I am not a specialist in javascript, so maybe some can provide another solution to directly insert all the svg tree (in variable "xml") in the document. Thibault --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
