Download outline map of Xambre (geojson format) :
Xambre.geojson (**)
Download polygon array of Xambre map for "Google Maps" :
Xambre.txt
Bounding Box for Xambre Map : ( -23.847962 , -53.750021 , -23.651371 , -53.454181 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Xambre map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-23.847962, -53.750021, -23.651371, -53.454181);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Xambre)
[out:json];
(
rel["name"="Xambre"][type=boundary];
rel["name:en"="Xambre"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Xambre
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Casa Branca | -23.721833 , -53.599471 |
Patrimônio Elisa | -23.753227 , -53.624238 |
Pindorama | -23.717789 , -53.713336 |
Xambrê | -23.734243 , -53.490040 |
Notes:
- You can download geometry data for Xambre 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.