Created
April 9, 2019 19:44
-
-
Save IvanSanchez/556c2a255fdb78613cd395b7df68ecad 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": { | |
"nombre": "Centro cultural" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-58.38861107826233, | |
-34.604742322805905 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"nombre": "Obelisco" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-58.381615877151496, | |
-34.603753268338735 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"nombre": "Subte" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-58.38196992874145, | |
-34.603576650229996 | |
], | |
[ | |
-58.38440537452698, | |
-34.60230498875847 | |
], | |
[ | |
-58.38536024093627, | |
-34.60125408715296 | |
], | |
[ | |
-58.38939428329468, | |
-34.599752776077295 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"nombre": "Plaza Lavalle"}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-58.38545680046081, | |
-34.599355365661715 | |
], | |
[ | |
-58.385210037231445, | |
-34.60265823000939 | |
], | |
[ | |
-58.3839225769043, | |
-34.60268472304264 | |
], | |
[ | |
-58.38411569595337, | |
-34.5992847147221 | |
], | |
[ | |
-58.38545680046081, | |
-34.599355365661715 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment