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