diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/poi.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home/poi.js b/home/poi.js index 9539152..031523f 100644 --- a/home/poi.js +++ b/home/poi.js @@ -24,18 +24,6 @@ var data = { "type": "FeatureCollection", "features": [ { "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." }, |