diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-05-22 17:58:52 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-05-22 17:58:52 +0100 |
commit | 689a0d989a8a67a7b1b19dffdd84eaeb1aa17761 (patch) | |
tree | 60703288117650eebb64fde04072e3ce9c5b2185 /README | |
parent | 772439babf4d959881ae905615c70e6a907d46c2 (diff) | |
download | hartley-library-map-data-689a0d989a8a67a7b1b19dffdd84eaeb1aa17761.tar hartley-library-map-data-689a0d989a8a67a7b1b19dffdd84eaeb1aa17761.tar.gz |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +This repository includes a set of OpenStreetMap data files that describe levels +in the Hartley Library. + +This information was extracted from the floor plans available here [1], and is +intended to augment the data available in OpenStreetMap regarding the library +(rooms, stairs, ...) with the other components that do not fit in to OSM +(bookshelves, ...). + +To edit the data, it is advisable to use an editor such as JOSM [2], rather +than attempting to edit the files manually. + +The build-data.js script can be used to construct a GeoJSON representation of +the data. + +1: http://library.soton.ac.uk/hartleyfloorplans +2: https://josm.openstreetmap.de/ |