Download outline map of Iracemapolis (geojson format) :
Iracemapolis.geojson (**)
Download polygon array of Iracemapolis map for "Google Maps" :
Iracemapolis.txt
Bounding Box for Iracemapolis Map : ( -22.717144 , -47.58275 , -22.517239 , -47.477024 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Iracemapolis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-22.717144, -47.58275, -22.517239, -47.477024);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iracemapolis)
[out:json];
(
rel["name"="Iracemapolis"][type=boundary];
rel["name:en"="Iracemapolis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iracemapolis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boiadeiro | -22.603890 , -47.495000 |
Iracemápolis | -22.591242 , -47.508682 |
Palmeiras | -22.650000 , -47.533330 |
Notes:
- You can download geometry data for Iracemapolis 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.