Download outline map of Patis (geojson format) :
Patis.geojson (**)
Download polygon array of Patis map for "Google Maps" :
Patis.txt
Bounding Box for Patis Map : ( -16.205907 , -44.235696 , -15.970542 , -43.969101 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Patis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-16.205907, -44.235696, -15.970542, -43.969101);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Patis)
[out:json];
(
rel["name"="Patis"][type=boundary];
rel["name:en"="Patis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Patis 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.