Created
October 8, 2017 12:45
-
-
Save kr-stn/6956b7eae9d7c3451619fbb1f8428229 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": [ | |
[ | |
[ | |
7.8662109375, | |
55.1286490684888 | |
], | |
[ | |
5.8447265625, | |
53.87844040332883 | |
], | |
[ | |
5.2294921875, | |
50.958426723359935 | |
], | |
[ | |
6.15234375, | |
48.63290858589535 | |
], | |
[ | |
7.6025390625, | |
48.60385760823255 | |
], | |
[ | |
7.0751953125, | |
47.368594345213374 | |
], | |
[ | |
10.107421874999998, | |
46.800059446787316 | |
], | |
[ | |
14.1943359375, | |
48.019324184801185 | |
], | |
[ | |
14.326171874999998, | |
49.1242192485914 | |
], | |
[ | |
13.0078125, | |
50.20503326494332 | |
], | |
[ | |
15.5126953125, | |
50.90303283111257 | |
], | |
[ | |
15.1171875, | |
52.96187505907603 | |
], | |
[ | |
14.589843749999998, | |
54.521081495443596 | |
], | |
[ | |
13.53515625, | |
55.05320258537112 | |
], | |
[ | |
7.8662109375, | |
55.1286490684888 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment