Skip to content

Commit

Permalink
Remove outdated crs
Browse files Browse the repository at this point in the history
  • Loading branch information
drei01 committed Apr 30, 2020
1 parent 9720b47 commit ded85e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cities.geojson
Original file line number Diff line number Diff line change
@@ -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 ] ] ] } },
Expand Down

0 comments on commit ded85e8

Please sign in to comment.