Created
December 4, 2024 02:49
-
-
Save rogergcc/913dee43310d35cda9a3383e094bed1b to your computer and use it in GitHub Desktop.
geojson Peru
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": { | |
"coordinates": [ | |
-71.536779842427, | |
-16.39912918165183 | |
], | |
"type": "Point" | |
}, | |
"id": 0 | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Plaza Armas", | |
"stroke": "#00c721", | |
"stroke-width": 2.5, | |
"stroke-opacity": 1, | |
"fill": "#000000", | |
"fill-opacity": 0.1 | |
}, | |
"geometry": { | |
"coordinates": [ | |
[ | |
[ | |
-71.53755910458825, | |
-16.39907495448867 | |
], | |
[ | |
-71.5365577729523, | |
-16.39945841783434 | |
], | |
[ | |
-71.53620246172727, | |
-16.398509441509262 | |
], | |
[ | |
-71.5372037933618, | |
-16.398180203743948 | |
], | |
[ | |
-71.53755910458825, | |
-16.39907495448867 | |
] | |
] | |
], | |
"type": "Polygon" | |
}, | |
"id": 1 | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Catedral", | |
"stroke": "#e0c200", | |
"stroke-width": 2.5, | |
"stroke-opacity": 1, | |
"fill": "#555555", | |
"fill-opacity": 0.3 | |
}, | |
"geometry": { | |
"coordinates": [ | |
[ | |
[ | |
-71.5371947561412, | |
-16.398129046159866 | |
], | |
[ | |
-71.53621715351473, | |
-16.398462451185026 | |
], | |
[ | |
-71.53601535480729, | |
-16.39799998599635 | |
], | |
[ | |
-71.53701089509707, | |
-16.39766873118677 | |
], | |
[ | |
-71.5371947561412, | |
-16.398129046159866 | |
] | |
] | |
], | |
"type": "Polygon" | |
}, | |
"id": 2 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arequipa Peru geojson sample