I've been trying this for a few days and have had no such luck. I
want to pull in a text file that has over 75 markers that look
something like this...
var point = new GLatLng(##.######,-##.######);
var marker = createMarker(point,"<h7>Text on side bar8</h7>",'<h8>Text
in bubble</h8>'
map.addOverlay(marker);
I found some code that pulls in XML but am wondering if I can just
copy-paste this into a .txt file and pull it in somehow since I all
ready have over half of them done. If someone can point me in the
right direction I would really appreciate it AND if this has been
asked before I apologize for doing it again...didn't find the original
post...I tried placing this code - GDownloadUrl("example.txt",
process_it); - in every spot imaginable and still had no luck. So any
help is appreciated. THanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---