OpenStreetMap

GIS data for listed buildings, scheduled monuments (e.g. interesting tumuli) and more can be downloaded from https://historicengland.org.uk/listing/the-list/open-data-hub/, and here are some observations based on my experiments with geoJSON and shapefiles.

The data is under the Open Government Licence so OK for editing OSM.

The download can be kept to a manageable size by enabling “Filter as map moves” in the filter menu (funnel symbol) and then “Toggle filters” when selecting the download.

Vespucci can display a geoJSON layer, show object attributes, and even create preliminary OSM objects from them. But it didn’t work here. I discovered that the downloaded geoJSON uses EPSG:3857 (projected coordinates) whereas the geoJSON standard is EPSG:4326 (latitude and longitude).

An easy way to do the conversion was to go to https://mapshaper.org, “upload” the file (actually it’s processed on the client side), open the console and enter:

-proj from=EPSG:3857 crs=EPSG:4326

and then export.

The resulting geoJSON works well in Vespucci. You can either “Add GeoJSON layer” from the layer menu, or select it in a file manager and open with Vespucci. I could do the whole process above on a modest android tablet.

OSM tags worth thinking about include:

  • heritage = 2
  • heritage:operator = Historic England
  • ref:GB:nhle =
  • listed_status =
  • wikidata =

Note that I’m not suggesting adding anything to the map that can’t be located with a ground survey, and certainly not blindly copying polygons (aside from considerations of verifiable ground truth, these may include a protective buffer around the feature).

I also experimented with OruxMaps version 9.6.3GP; menu Map_tools>Load KMZ/KML/SHP Overlay to show the features over any map including OSM (eg. from OpenAndroMaps). It displays the transformed geoJSON but doesn’t show the attributes when you tap on an object. However, repeating the data download using Shapefile instead of geoJSON, again transforming with mapshaper (you can upload a zipped folder containing the .shp and its auxiliary files), seems to work perfectly.

I hope that helps someone!

Discussion

Comment from KyL0VV on 26 January 2023 at 00:58

Would be nice to have the data for heritages as a maproulette-challenge for wikidata-entries and doing website-microtasking. So far I hope someone does this once, or I have to dig into myself ;(

Thanks for sharing!

Comment from SK53 on 27 January 2023 at 13:50

I’m not sure that the Heritage England licence terms are actually OGL, specifically clauses 2 & 3 appear to remove rights standardly granted under OGL:

You must always use the following attribution statements to acknowledge the >source of the information:

© Historic England [year]. Contains Ordnance Survey data © Crown copyright and database right [year].

The Historic England GIS Data contained in this material was obtained on [date]. The most publicly available up to date Historic England GIS Data can be obtained from HistoricEngland.org.uk. The same requirement for an attribution statement must be contained in any sub-licences of the Historic England GIS Data that you grant, together with a requirement that any further sub-licences do the same.

I asked Owen Boswarva about this privately a month ago and he pointed me to a tweet of his from October, also raising doubts about whether the licence is truly open.

Log in to leave a comment