Download outline map of Talisma (geojson format) :
Talisma.geojson (**)
Download polygon array of Talisma map for "Google Maps" :
Talisma.txt
Bounding Box for Talisma Map : ( -12.957194 , -49.364303 , -12.385464 , -48.711297 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Talisma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-12.957194, -49.364303, -12.385464, -48.711297);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Talisma)
[out:json];
(
rel["name"="Talisma"][type=boundary];
rel["name:en"="Talisma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Talisma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Jose Pedro | -12.883330 , -49.050000 |
Sao Jose | -12.583330 , -48.966670 |
Talismã | -12.799742 , -49.092849 |
Vila União | -12.395940 , -48.817603 |
Notes:
- You can download geometry data for Talisma 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.