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