short: I would like to create a track from data out of the database

for school I had to think of a project, myne is citygame 2.0 but seems
to be more difficult then I thought.
the goal is to create single locations and with those locations a
track. I allready have the page to add the single location. Now I have
no idea how to get those single locations to appear in a list and so
draw a track on a new map.

this is something that is close to what I want ->
http://wolfpil.googlepages.com/switch-polies.html

but instead of clicking on the map there should be a list of locations
in a sidebar (that I call up from the database), when I click on the
link next to the location (or the location is the link itself) it
should add the location. then I need to resend it to the database

what I want to know is how do I create the link to get the location on
the map? and then send it back to the database

I have 3 tables:

locations: location_id, name, lat, lng,...
parcours: parcour_id, name
locations_parcour: lac_par_id, location_id, parcour_id


then I have a final page (detail page) where I get the location of a
track and directly print it on a map (this one I should be able to
find)

but that's the idea and I would really appreciate some help, I
allready did a lot of research but I'm not that great with javascript
and the documentation is kind of hard for me to understand.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to