diff --git a/cities.geojson b/cities.geojson index 02bb56c..0c1662f 100644 --- a/cities.geojson +++ b/cities.geojson @@ -1,6 +1,5 @@ { "type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "NAME": "TORSHAVN" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.75864, 62.01517 ], [ -6.76184, 62.01528 ], [ -6.77094, 62.00592 ], [ -6.78213, 62.01058 ], [ -6.78955, 62.01057 ], [ -6.78014, 62.01684 ], [ -6.78008, 62.02489 ], [ -6.78007, 62.02657 ], [ -6.76876, 62.02221 ], [ -6.75841, 62.02336 ], [ -6.75534, 62.01801 ], [ -6.75864, 62.01517 ] ] ] } }, { "type": "Feature", "properties": { "NAME": "LERWICK" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -1.16446, 60.16395 ], [ -1.16168, 60.16221 ], [ -1.15894, 60.16247 ], [ -1.15728, 60.16261 ], [ -1.15343, 60.15965 ], [ -1.14495, 60.1531 ], [ -1.14546, 60.15247 ], [ -1.14954, 60.14748 ], [ -1.15199, 60.14803 ], [ -1.16346, 60.15058 ], [ -1.16576, 60.15185 ], [ -1.16922, 60.15376 ], [ -1.17443, 60.16082 ], [ -1.17653, 60.16368 ], [ -1.17452, 60.17022 ], [ -1.16446, 60.16395 ] ] ] } },