Created
March 8, 2021 09:34
-
-
Save ciarans/de4d049bbc3bbe38c82988885d3451a3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": [ | |
[ | |
[ | |
2.3407745361328125, | |
48.14272340433032 | |
], | |
[ | |
2.2254180908203125, | |
48.14134883691423 | |
], | |
[ | |
2.2473907470703125, | |
48.1078896843694 | |
], | |
[ | |
2.243270874023437, | |
48.01059706170417 | |
], | |
[ | |
2.3263549804687496, | |
47.99359789867388 | |
], | |
[ | |
2.394332885742187, | |
47.94026691125948 | |
], | |
[ | |
2.360687255859375, | |
47.898851481269304 | |
], | |
[ | |
2.5419616699218746, | |
47.89332691887659 | |
], | |
[ | |
2.489089965820312, | |
47.92968612174219 | |
], | |
[ | |
2.4884033203125, | |
48.04641478400926 | |
], | |
[ | |
2.3407745361328125, | |
48.14272340433032 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
2.449951171875, | |
48.06201984745272 | |
], | |
[ | |
2.404632568359375, | |
48.08587726774227 | |
], | |
[ | |
2.373046875, | |
48.07394994028581 | |
], | |
[ | |
2.41973876953125, | |
48.050545996347665 | |
], | |
[ | |
2.449951171875, | |
48.06201984745272 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment