Hi There, I'm using google maps on my website using exactly the following code: http://code.google.com/support/bin/answer.py?answer=65622&topic=11364
Now I’m trying to add text (number of letter) to my markers using the XML Output generated from MYSQL. I can't figure out how to do this in the code of the map. example of the XML output: <marker name="Marker 1" address="teststreet 250" city="den haag" lat="52.068862" lng="4.260571002" type="" infourl="<a href=info.php? establishment=94>more info</a>" iconname="7" /> In this case 'iconname' (7) is the text that should be on the marker icon, I do have a php script that writes the text to a marker icon, like this “marker.php?text=7” (which outputs the marker icon with the number '7' on it) Can someone please help me out with the maps code, I did read a lot of tutorials, only these tutorials ar all about numbered markers numbering 1,2,3, etc. I need to give the marker a specific number from the database. Thanks in advance :) Bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
