Hi all,
I'm totally new to the Google Maps API and I'm trying to locate
something that doesn't seem to exist: the ability to load, draw/edit,
and save polygons to a database.
GeometryControls did this - almost - for V2, but I'd rather not be
stuck in the past. I know that drawing, editing, and deleting polygons
is possible in V3 (I love the midpoint-editing style from
http://www.birdtheme.org/useful/v3tool.html and
http://nettique.free.fr/gmap/toolbar.html
and would like to implement this style).
My questions are:
a. Is there any example code like this?
b. If so, what are the licenses? I could probably turn the second link
I posted into something useful, but I can't find a license file for
it.
If not, any tips? Probably something to do with saving the MVCArray to
a DB and running load() on initialize()? I want to load a page, show
all the polys that have been created, add, edit, or delete them, then
resave on a button press. I want the ability to name the polygons, and
will be integrating PHP to pass along the author and time created.
Thanks in advance - I'll be very appreciative for any samples or
examples you may find, especially with a liberal license.