This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Creating Custom maps?

1

Hi all

Apologies if this appears to be a stupid question, but OSM is rather daunting when trying to find a place to start.

I have a college project where I am looking to create a visualization of an area from the 1980's.

-I was hoping to use OSM's xml data as my base

-Read this data into an editor (not sure if it will be http://esriosmeditor.codeplex.com/ or https://wiki.openstreetmap.org/wiki/JOSM/Guide)

-Overlay Aerial ordinance survey images and adjust the map

-Export the xml data

-Import into CITY Engine and Generate the visualization.

This is the plan, but I am running into complications.

  1. I need to do the visualization on key locations in western europe. So exporting the XML from the site would be too time consuming, I was looking at downloading the global map just once and editing it directly? Advice on the best approach here would be great as it would save me considerable time learning the hard way.

  2. Is it possible to overlay reference images in ARCGis or JOSM

  3. Assuming i am able to do 1 & 2. I would then hope to export the XML data in 2000m x 2000m blocks. So as to create the visualizations in CityEngine.

Any general tips would be greatly appreciated and again apologies if this all seems a little simple and dumb, finding where to start this project is proving the most difficult aspect at times.

asked 27 Jul '11, 15:58

BatmansDad's gravatar image

BatmansDad
15113
accept rate: 0%


One Answer:

1
  1. You can also get smaller, non-global extracts from other sources like geofabrik. You shouldn't really try to get them from the main API whose use is restricted to mapping. Alternatively you can try your luck with one of the XAPIs (mapquest seems to be performant).

  2. yes (technically, regardless license/copyright questions)

answered 27 Jul '11, 17:40

dieterdreist's gravatar image

dieterdreist
3.7k113567
accept rate: 3%

edited 27 Jul '11, 17:42

Source code available on GitHub .