diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-11-04 21:34:32 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-11-04 21:34:32 +0100 |
commit | 00ccd1266888961f2f7958c38cc03186898dbdd6 (patch) | |
tree | 9b5793bf30cd88068881eb282120758f78af189b | |
parent | eea79f3e0f3428ee320e300671baf3492c139477 (diff) |
Fix strip bogus waypoint.
-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." }, |