Download outline map of Icem (geojson format) :
Icem.geojson (**)
Download polygon array of Icem map for "Google Maps" :
Icem.txt
Bounding Box for Icem Map : ( -20.475703 , -49.309411 , -20.25666 , -49.075517 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Icem map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-20.475703, -49.309411, -20.25666, -49.075517);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Icem)
[out:json];
(
rel["name"="Icem"][type=boundary];
rel["name:en"="Icem"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Icem
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agrovila do Condomínio Agrícola Adib Said Aidar | -20.298611 , -49.118684 |
Aldeia dos Lagos | -20.329394 , -49.180626 |
Icém | -20.344018 , -49.197389 |
Notes:
- You can download geometry data for Icem in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.