andrewl / highest-place-south-of

Interactive map of the highest places south of another in the UK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highest place south of

Blog post/instructions to come soon

Data instructions

Download Great Britain OSM file from Geofabrik at http://download.geofabrik.de/europe.html

Extract the points layer into a shapefile using

ogr2ogr -oo CONFIG_FILE=./osmconf.ini -f "ESRI Shapefile" great-britain-latest great-britain-latest.osm points

(NB the osmconf.ini file instructs which OSM tags to output as fields)

About

Interactive map of the highest places south of another in the UK


Languages

Language:JavaScript 99.5%Language:CSS 0.5%