From d4d71cfe42061a85e56378d7e6c641b4ab286cae Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 6 Jan 2018 15:46:02 +0100 Subject: Fix flip coordinates for Point Nemo. --- src/data/staff.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/data/staff.json b/src/data/staff.json index dc6b50e..0476ab5 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -42,8 +42,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -94,8 +94,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -120,8 +120,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -133,8 +133,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -159,8 +159,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -185,8 +185,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -198,8 +198,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -263,8 +263,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -302,8 +302,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -315,8 +315,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -354,8 +354,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, @@ -393,8 +393,8 @@ { "geometry": { "coordinates": [ - -48.876667, - -123.393333 + -123.393333, + -48.876667 ], "type": "Point" }, -- cgit v1.2.3