Is there a website that shows maps from the past?

How do I get started making a custom map for a website?

The corpse in the library at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

You can do this with the Google API - but you need to know Javascript. The quickest way to learn is to find an existing map and see how they do it by looking at the code source - there's one here at http://jobs.metafilter.com/, for example.

Paragon

Really easy to do with Bing maps. Look at the http://www.microsoft.com/maps/isdk/ajax/, and select "Import data into shape layers" then "Add a GeoRSS layer". Source code is provided - cut and paste that into your site. Then create your own http://georss.org/simple file to define all of the points of interest. For your list, you will have to tie together some map navigation, which isn't that much harder (see "Control the map").

Diddly

The source code of the page doesn't necessarily help. On one website I inject the data by XML generated with PHP from the database. The Google documentation and basic examples are decent, but if you have no experience with coding, going that route may be over your head. Some other sites such as gpsvisualizer.com/geocoder/ it's even less obvious. A site I'm working on right now is along similar lines to what you want, but it's hand-coded.

hungrysquirrels

This is really easy to do with MyMaps on google maps. You add the locations to your maps with pins, enter descriptions, photos etc, and pull the embed code and put it on your website. The country part might be tricky -- you might have to create a map for each country. The bigger the map area, the less useful the map is at first glance because you can't really tell where the pins are without zooming in or clicking on them. I've mefi-mailed you an example that I made for my work website.

Kimberly

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.