Last active
September 25, 2015 18:07
-
-
Save steve-chavez/10649545086ee81942cf 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": [ | |
[ | |
[ | |
-76.453857421875, | |
-11.221510260010529 | |
], | |
[ | |
-75.38818359375, | |
-13.143677770492458 | |
], | |
[ | |
-72.83935546875, | |
-12.103780891645817 | |
], | |
[ | |
-74.94873046875, | |
-10.10948605840376 | |
], | |
[ | |
-76.453857421875, | |
-11.221510260010529 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#eb1616", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"nombre": "Antonio Raimondi", | |
"tipo": "Jiron" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-77.03464150428772, | |
-12.061113326540069 | |
], | |
[ | |
-77.03124046325684, | |
-12.060704138227655 | |
], | |
[ | |
-77.02958822250366, | |
-12.060504789849263 | |
], | |
[ | |
-77.02656269073486, | |
-12.060137568764315 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"nombre": "cuadra 1" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-77.03455567359924, | |
-12.061155294536805 | |
], | |
[ | |
-77.03264594078064, | |
-12.06089299444943 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#13ec1e", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"paridad": "par" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-77.03459858894348, | |
-12.061123818539869 | |
], | |
[ | |
-77.03268885612488, | |
-12.060861518421719 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#e1ed16", | |
"stroke-width": 2, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-77.03459322452545, | |
-12.061181524531431 | |
], | |
[ | |
-77.03267276287079, | |
-12.060940208484102 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment