From 5377a72d49d4c4bfb591a6e189d21c7ebb3b7324 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 4 Nov 2013 20:59:03 +0100 Subject: Add map to home. --- home/poi.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 home/poi.js (limited to 'home/poi.js') diff --git a/home/poi.js b/home/poi.js new file mode 100644 index 0000000..9539152 --- /dev/null +++ b/home/poi.js @@ -0,0 +1,48 @@ +var data = { "type": "FeatureCollection", "features": [ +{ + "type": "Feature", + "properties": { + "area": "Gamløse", + "location": "Stauninggårdsvej 25" + }, + "geometry": { + "type": "Point", + "coordinates": [11.81712, 55.76432] + } +}, +{ + "type": "Feature", + "properties": { + "area": "Mørkøv", + "location": "Ringstedvej 24 A" + }, + "geometry": { + "type": "Point", + "coordinates": [11.50349, 55.64768] + } +}, +{ + "type": "Feature", + "properties": { + "area": "Amager", + "location": "Prøvestens Allé 15", + "type": "Combi" + }, + "geometry": { + "type": "Point", + "coordinates": [12.617495, 55.6596697] + } +}, +{ + "type": "Feature", + "properties": { + "area": "Røde Hus", + "location": "Ringstedvej 65 th." + }, + "geometry": { + "type": "Point", + "coordinates": [11.52641, 55.63933] + } +}, +]} + -- cgit v1.2.3