On Feb 3, 12:51 pm, guido Schmidt <[email protected]> wrote: > I did manage to make a website with markers. > The lat/ lng is stored in the database extra data is also in the database. > > A xml file is outputed:http://www.finnschmidt.nl/gen_xml2.php?regio=aare > It is read in the following > map:http://www.finnschmidt.nl/reis/aare/map/index2.php > > I want also use polyline between several markers. Markers with Type="X" > should display a line beteween the markers. > (http://econym.org.uk/gmap/example_map7.htm/ > http://econym.org.uk/gmap/example4.xml) > > The php file needs to do this, I have little programming scills, but so far > it was working. > > Could some point me in the right direction, or give me some hints. > > If you need more info, please let me know. > > Guido >
You need to add the coordinates for the line to your xml. I don't see them there right now. Mike's format is as good as any. That is a php question, not a google maps question. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
