How could a share a Google map mashup with my own datapoints and links back to my site?
Posted
by rball
on Stack Overflow
See other posts from Stack Overflow
or by rball
Published on 2010-05-10T22:27:07Z
Indexed on
2010/05/10
22:34 UTC
Read the original article
Hit count: 169
google-maps
I currently have a map mashup that has locations that I'm populating from my own database. A few users would like to also show that map on their site(s). I'd like to give them the ability to do that, but would like to retain the actual functionality of the map on my own site: like add "stuff" to places on the map through my a web form on my site. I could open the entire API to allow them to create their own form along with the data points, but most of the people wanting to put up the map aren't developers, they are just enthusiasts that have put together a personal page that they want to spice up.
I was thinking I could just provide a JavaScript of some kind that they could then take to place on their site, or maybe an IFRAME of some type, or...any ideas? Anyone implemented this? TIA.
© Stack Overflow or respective owner