Google map

sahaquiel

New Member
Messages
27
Reaction score
0
Points
0
Good day
Has anyone worked with google maps, i need to conect my data base but i cant
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
How exactly do you mean connect your database? I have experience with Google Map, but I don't understand what it is you are trying to do.
 

sahaquiel

New Member
Messages
27
Reaction score
0
Points
0
hello, thanks for your reply, i need to connect my database with my google map, i have a data base with important places here, and i have to show some markers in the map, and that markers are linked to the data base, but i cant make that this works. I hope that I could be so explicit with my problem. thanks
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Rather than having your server-side scripts connect to the Google Maps service, have them generate JS to create the markers. Pull the latitude & longitude from the DB, create a GLatLng then a GMarker for each. Register a click handler for each GMarker using GEvent.addListener.
 
Last edited:
Top