New Popular Edition

From OpenStreetMap Wiki
Jump to navigation Jump to search

The New Popular Edition (NPE) is a complete set of 1-inch-to-the-mile mapping of England and Wales, published by the Ordnance Survey in the 1940s and now out of copyright. It has been scanned, rectified (i.e. squared up), and cut into tiles which are available for tracing and for mashups (view online).

The New Popular Edition is not to be confused with the similarly named Popular Edition, an older set of maps used on npemaps.org.uk to provide coverage for Scotland. See the grid at Out-of-copyright maps#Old maps which OSM people have.

Alternatively, the newer 7th Series 1-inch maps are starting to emerge from their copyright protection and into OSM - especially important for most of Scotland not covered by NPE.

Tracing from the New Popular Edition

Tracing waterways from NPE using Potlatch 1.

When tracing from NPE, please tag source=NPE to indicate the way comes from NPE maps.

Potlatch

To show NPE maps, select 'OS New Popular Edition historic' from the Background menu.

The NPE maps can be only be used at zoom levels. 13, 14 and 15 (To check your zoom level, hover your mouse over the 'Edit' tab and the URL will have 'zoom=14' in it.)

Sometimes, the Ordnance Survey's surveying was slightly askew, and doesn't match up with real GPS traces. To line NPE up with real data, hold down Space and drag the map.

JOSM

To use NPE maps in newer versions of JOSM simply activate the 'OS New Popular Edition historic' layer in the Edit→Preferences→WMS/TMS tab. In older versions you may have to 'Add' the layer using tms[6:15]http://ooc.openstreetmap.org/npe/{zoom}/{x}/{y}.png as the 'Imagery URL' (read more).

You can now select the layer from the Imagery menu when editing.

Scotland note: ooc.openstreetmap.org does not have maps of Scotland - use the older nick.dev.openstreetmap.org instead.

Merkaartor

You'll need to add NPE to the TMS adapter (Tools->Preferences->Background Image) with the following:

  • Name: New Popular Edition
  • Server address: ooc.openstreetmap.org
  • Path:/npe/%1/%2/%3.png
  • Tile size:256
  • Minimum zoom:6
  • Maximum zoom:15

Unlike the JOSM plugin, there is no grid of expected intersections, so it's best used only for getting names, summit heights etc. If you must use it for tracing, please only do so if you can independently confirm at least some of the positions on the way(s).

Deploying NPE tiles in your Website or Software

Using OpenLayers

The javascript file at http://ooc.openstreetmap.org/openlayers/OOC.js provides an OpenLayers.Layer.NPE class which can be used to add an NPE layer to an OpenLayers map as follows:

 var npe = new OpenLayers.Layer.NPE("OS NPE");
 map.addLayer(npe);

Using elsewhere

The newly rectified tiles used by Potlatch are at http://richard.dev.openstreetmap.org/npe/z/x/y.jpg, where z, x and y are standard "like-Google" tile co-ordinates (See Slippy map tilenames) Please respect the licence which is the same as that used by npemap - tracing is unrestricted, but the images themselves are subject to a non-commercial restriction which may be relaxed on application.


Error Checklist

If you find rogue tiles anywhere on Potlatch's NPE layer, please flag them up here.

Mainland

Islands and peninsulas

Islands and peninsulas in insets are not yet rectified to their true position:


Key

NPE key1.jpg

NPE key2.jpg


Other projects using New Popular Edition mapping

  • npemap.org.uk - map browser and postcode collection interface
  • gpx.npemap.org.uk - generate GPX files by tracing
  • SABRE Maps - Find roads and layer contemporary OSM traces over New Popular mapping (also with a variety of other out of copyright maps)

More info

  • FAQ at npemap.org.uk