Warning: Undefined variable $accordion in /home/tomchance/public_html/OpenEcoMaps/includes/header.inc on line 6

Warning: Undefined variable $map_mini in /home/tomchance/public_html/OpenEcoMaps/includes/header.inc on line 12

Warning: Undefined variable $map_max in /home/tomchance/public_html/OpenEcoMaps/includes/header.inc on line 14

Warning: Undefined variable $map in /home/tomchance/public_html/OpenEcoMaps/includes/header.inc on line 17
OpenEcoMaps :: introducing OpenStreetMap

Introducing OpenStreetMap

To add stuff to the map, you need to:

  • Sign up to OpenStreetMap;
  • Get out into your local area and note the features you want to add;
  • Come back home, load up an editor and add them in.

OpenStreetMap can be a very confusing beast. At the heart of the project is a database holding all the map data that people work with.

OpenStreetMap structure

On the left you have editors that people use to enter data into that database. Some editors work well on mobile phones, others are easy to use but limited in their power, and a few are very hard to learn but extremely powerful.

On the right, there are all sorts of interesting uses for the data. In the diagram you can see a major online mapping provider, a satnav device and a cycle journey planner all using OpenStreetMap.

The data structure is quite straightforward. For simple features like bus stops, post boxes and cycle racks you have dots (called "nodes"). For linear features like roads, paths, buildings and parks you have lots of dots ("nodes") and they are joined up with lines ("ways"). You can see these below.

OpenStreetMap data

On the left the nodes and ways are shown as outlines; on the right they are overlaid on top of a fully-drawn map.

For every feature you add - whether a node or a way - you then add information (called "tags"). Each tag has a key and a value, key=value, for example:

  • highway=primary (this is a primary highway, i.e. an A-road in the UK)
  • name=Strand (this way is called Strand)
  • maxspeed=30 mph (this way has a maximum speed restriction of 30 miles per hour))

Editors let you add and change these nodes and ways; data users take them and draw maps, plan journeys, etc.

...

Now you've got the basics sorted, head on to learn how to edit OpenStreetMap.