aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-02-03 13:40:31 +0000
committerChristopher Baines <cb15g11@soton.ac.uk>2014-02-03 13:40:31 +0000
commit8278878c44b309d11f7d7049fb89dcde9192de3a (patch)
tree80d2cf061cc43c2beabef45d71c037b02ebb223d
downloadmfd-location-8278878c44b309d11f7d7049fb89dcde9192de3a.tar
mfd-location-8278878c44b309d11f7d7049fb89dcde9192de3a.tar.gz
Initial commit
-rw-r--r--README6
-rw-r--r--data.json14
2 files changed, 20 insertions, 0 deletions
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] }
+}