Where can I find an interactive/automatic pin map of th world?

I’ve been looking for something like this for a looong time. What I want is a map of the world that I can put on my website, and people can add their locations to it and a pin/marker will show up. I used to maintain a map by hand but that was a huuuuuge pain in the ass. I found a free service, (the one I set up is here) but it has a few problems:

  • it’s kinda ugly
  • pins fade after time
  • it’s remotely hosted, with ads
  • no control

I want something that I can install on my server.

Anyone know of such a thing?

Check out http://www.esri.com.

Its a GIS site. It should have links to tons of data. However, I don’t know if you find any services that will help you support a “pin” site.

Don’t have the time to help any further

I built something like this a year or two ago. It wasn’t as difficult as I had anticipated. Get a nice sized image of a world map. Download a list of city names with latitudes and longitudes. I kept a detailed list of the cities in the United States and Canada, but only capitals or very large cities in other countries. When a city is selected by the end user, translate the lat/long to a pixel location within the map and add a “pin” image with javascript. I also let the user add cities to my list, if they could supply their own lat/long. I’m not sure where I’ve stored the code and images, but if you can’t find anything suitable on the web, I’ll try to dig it up for you.

cool, that would be awesome :slight_smile:

enipla, not sure if that site will help with this project, but dang that’s a cool site anyway!! I bookmarked it :smiley: