Created
October 15, 2022 16:53
-
-
Save dmfutcher/2b906f1b2b953a62ea1da8b361ab2fed to your computer and use it in GitHub Desktop.
Edinburgh Bounding Poly GEOJSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-3.3024215698242188, | |
55.9820582160378 | |
], | |
[ | |
-3.3199310302734375, | |
55.96630504168109 | |
], | |
[ | |
-3.3278274536132812, | |
55.936510173094156 | |
], | |
[ | |
-3.3422470092773438, | |
55.90880922935591 | |
], | |
[ | |
-3.3065414428710938, | |
55.889368280713114 | |
], | |
[ | |
-3.2742691040039062, | |
55.898993730424046 | |
], | |
[ | |
-3.1637191772460933, | |
55.87049547190458 | |
], | |
[ | |
-3.1139373779296875, | |
55.87839235515579 | |
], | |
[ | |
-3.0566024780273438, | |
55.885132326344426 | |
], | |
[ | |
-3.0298233032226562, | |
55.92516287487898 | |
], | |
[ | |
-3.0339431762695312, | |
55.95381321086168 | |
], | |
[ | |
-3.1026077270507812, | |
55.99761298096805 | |
], | |
[ | |
-3.2238006591796875, | |
56.00106874556044 | |
], | |
[ | |
-3.3024215698242188, | |
55.9820582160378 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment