On Jul 28, 10:54 am, vakaciro <[email protected]> wrote: > how to generate xml for make many lines from php and mysql
See the "articles" section of the documentation: http://code.google.com/apis/maps/documentation/javascript/articles.html Try this one first (but most of them will be useful) Using PHP/MySQL with Google Maps -- Larry > > show me example script > I want a result like this > > <markers> > <line id="a" colour="#FF0000" width="4" html="You clicked the red > polyline"> > <point lat="43.65654" lng="-79.90138" /> > <point lat="43.91892" lng="-78.89231" /> > <point lat="43.82589" lng="-79.10040" /> > </line> > <line id="b"colour="#008800" width="8" html="You clicked the green > polyline"> > <point lat="43.9078" lng="-79.0264" /> > <point lat="44.1037" lng="-79.6294" /> > <point lat="43.9078" lng="-79.0264" /> > </line> > <line id="c" colour="#008800" width="8" html="You clicked the green > polyline"> > <point lat="43.9078" lng="-79.0264" /> > <point lat="44.1037" lng="-79.6294" /> > <point lat="43.9078" lng="-79.0264" /> > </line> > </markers> -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
