Created
September 6, 2017 15:27
-
-
Save rafaelveloso/f444e332defeb14c3158347ffc322aa2 to your computer and use it in GitHub Desktop.
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": [ | |
[ | |
[ | |
-9.140625, | |
42.09822241118974 | |
], | |
[ | |
-8.701171874999998, | |
41.0130657870063 | |
], | |
[ | |
-9.228515625, | |
39.80853604144591 | |
], | |
[ | |
-9.667968749999998, | |
39.67337039176558 | |
], | |
[ | |
-9.4482421875, | |
39.33429742980725 | |
], | |
[ | |
-9.931640625, | |
38.788345355085625 | |
], | |
[ | |
-9.580078125, | |
38.47939467327645 | |
], | |
[ | |
-8.96484375, | |
38.272688535980976 | |
], | |
[ | |
-9.0966796875, | |
37.16031654673677 | |
], | |
[ | |
-9.052734375, | |
36.84446074079564 | |
], | |
[ | |
-8.4375, | |
37.055177106660814 | |
], | |
[ | |
-7.91015625, | |
36.914764288955936 | |
], | |
[ | |
-7.338867187500001, | |
37.125286284966805 | |
], | |
[ | |
-7.294921874999999, | |
37.50972584293751 | |
], | |
[ | |
-6.767578125, | |
38.20365531807149 | |
], | |
[ | |
-7.163085937499999, | |
38.51378825951165 | |
], | |
[ | |
-6.8115234375, | |
38.8225909761771 | |
], | |
[ | |
-6.943359374999999, | |
39.16414104768742 | |
], | |
[ | |
-6.943359374999999, | |
39.57182223734374 | |
], | |
[ | |
-6.6357421875, | |
40.212440718286466 | |
], | |
[ | |
-6.6357421875, | |
41.0130657870063 | |
], | |
[ | |
-5.9765625, | |
41.50857729743935 | |
], | |
[ | |
-6.416015625, | |
42.06560675405716 | |
], | |
[ | |
-7.91015625, | |
42.4234565179383 | |
], | |
[ | |
-9.140625, | |
42.09822241118974 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-17.38037109375, | |
32.91648534731439 | |
], | |
[ | |
-17.24853515625, | |
32.47269502206151 | |
], | |
[ | |
-16.10595703125, | |
32.47269502206151 | |
], | |
[ | |
-16.10595703125, | |
33.22949814144951 | |
], | |
[ | |
-17.314453125, | |
33.119150226768866 | |
], | |
[ | |
-17.38037109375, | |
32.91648534731439 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-31.245117187499996, | |
39.842286020743394 | |
], | |
[ | |
-31.5087890625, | |
39.35129035526705 | |
], | |
[ | |
-28.14697265625, | |
38.272688535980976 | |
], | |
[ | |
-25.576171875, | |
37.42252593456307 | |
], | |
[ | |
-25.15869140625, | |
36.474306755095235 | |
], | |
[ | |
-23.1591796875, | |
36.73888412439431 | |
], | |
[ | |
-23.7744140625, | |
37.84015683604136 | |
], | |
[ | |
-27.861328125, | |
39.26628442213066 | |
], | |
[ | |
-31.245117187499996, | |
39.842286020743394 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment