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