Is there a way to create my own "push pins" for a image without using Google Maps API?

Posted by Charlie on Stack Overflow See other posts from Stack Overflow or by Charlie
Published on 2010-12-22T16:51:08Z Indexed on 2010/12/22 16:54 UTC
Read the original article Hit count: 146

Filed under:
|
|
|

I am interested in working with friends via the internet on a fantasy world map. One of the things I want to do is host an image of the map online and allow us to insert push pins into the image that would then be associated with infoboxes.

I don't want to resort to using the Google Map APIs mainly because this is something I want to just share among friends and not publicly. Terms of usage for the APIs state we would need to make the implementation available for everyone.

This seems simple enough yet I've no idea how to do this. I looked into image maps, but that requires constant updates to the html markup itself. I just want to insert/delete/edit pushpins and infoboxes on the image and through our site itself.

Can someone help me get started?

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript