From 8278878c44b309d11f7d7049fb89dcde9192de3a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 3 Feb 2014 13:40:31 +0000 Subject: Initial commit --- README | 6 ++++++ data.json | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 README create mode 100644 data.json diff --git a/README b/README new file mode 100644 index 0000000..1d3cca0 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +Multi-Function Device Locations +=============================== + +data.json contains the location of a subset of the multi function devices +around the Unviersity. It stores the device URI, level and longitude, latitude +coordinates. diff --git a/data.json b/data.json new file mode 100644 index 0000000..0b6b54c --- /dev/null +++ b/data.json @@ -0,0 +1,14 @@ +{ + "http://id.southampton.ac.uk/mfd/1812968319": { "level": "1", "coordinates": [-1.3977322, 50.9372873] }, + "http://id.southampton.ac.uk/mfd/1812968313": { "level": "3", "coordinates": [-1.3976627, 50.9373496] }, + "http://id.southampton.ac.uk/mfd/1812950344": { "level": "3", "coordinates": [-1.3977299, 50.9372259] }, + "http://id.southampton.ac.uk/mfd/1811637593": { "level": "3", "coordinates": [-1.3977482, 50.937225] }, + "http://id.southampton.ac.uk/mfd/1811652107": { "level": "3", "coordinates": [-1.3977665, 50.9373547] }, + + "http://id.southampton.ac.uk/mfd/1811643313": { "level": "2", "coordinates": [-1.3957815, 50.9348748] }, + "http://id.southampton.ac.uk/mfd/1811689061": { "level": "2", "coordinates": [-1.3957612, 50.9348692] }, + "http://id.southampton.ac.uk/mfd/1811689058": { "level": "2", "coordinates": [-1.395739, 50.9348633] }, + "http://id.southampton.ac.uk/mfd/1811689064": { "level": "2", "coordinates": [-1.39575, 50.9348476] }, + "http://id.southampton.ac.uk/mfd/1811689068": { "level": "2", "coordinates": [-1.3957726, 50.9348536] }, + "http://id.southampton.ac.uk/mfd/1811689072": { "level": "2", "coordinates": [-1.3957927, 50.93486] } +} -- cgit v1.2.3