Created
August 17, 2016 08:25
-
-
Save IvanSanchez/a5bb8ace5333b90dce5ddddb026371cd 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
{ "walls": { | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
10.406757149091419, | |
63.41554872076257 | |
], | |
[ | |
10.406755855065759, | |
63.41554872076257 | |
], | |
[ | |
10.406754561040099, | |
63.41554872076257 | |
], | |
[ | |
10.406753267014437, | |
63.41554872076257 | |
], | |
[ | |
10.406753267014437, | |
63.415549419641245 | |
], | |
[ | |
10.406751972988777, | |
63.415549419641245 | |
], | |
[ | |
10.406751972988777, | |
63.41555011851991 | |
], | |
[ | |
10.406751972988777, | |
63.415550817398575 | |
], | |
[ | |
10.406751972988777, | |
63.41555151627724 | |
], | |
[ | |
10.406753267014437, | |
63.41555151627724 | |
], | |
[ | |
10.406753267014437, | |
63.41555221515591 | |
], | |
[ | |
10.406754561040099, | |
63.41555221515591 | |
], | |
[ | |
10.406755855065759, | |
63.41555221515591 | |
], | |
[ | |
10.406757149091419, | |
63.41555221515591 | |
], | |
[ | |
10.40675844311708, | |
63.41555221515591 | |
], | |
[ | |
10.40675973714274, | |
63.41555221515591 | |
], | |
[ | |
10.40675973714274, | |
63.41555151627724 | |
], | |
[ | |
10.40675973714274, | |
63.415550817398575 | |
], | |
[ | |
10.4067610311684, | |
63.415550817398575 | |
], | |
[ | |
10.40675973714274, | |
63.415550817398575 | |
], | |
[ | |
10.4067610311684, | |
63.41555011851991 | |
], | |
[ | |
10.40675973714274, | |
63.41555011851991 | |
], | |
[ | |
10.40675973714274, | |
63.415549419641245 | |
], | |
[ | |
10.40675844311708, | |
63.41554872076257 | |
], | |
[ | |
10.406757149091419, | |
63.41554872076257 | |
] | |
] | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment