From 00ccd1266888961f2f7958c38cc03186898dbdd6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 4 Nov 2013 21:34:32 +0100 Subject: Fix strip bogus waypoint. --- home/poi.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'home') diff --git a/home/poi.js b/home/poi.js index 9539152..031523f 100644 --- a/home/poi.js +++ b/home/poi.js @@ -21,18 +21,6 @@ var data = { "type": "FeatureCollection", "features": [ "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": { -- cgit v1.2.3