Sape (Paraiba) Map Cropping Samples
Sape (Paraiba) Map Cropping Samples-1
Sape (Paraiba) Map Cropping Samples-2
Sape neighborhoods and villages map with 3D shadow effect
flag map of Sape with 3D shadow effect
Sape map with 3d shadow effect
Download outline map of Sape (geojson format) :
Sape.geojson (**)
Download polygon array of Sape map for "Google Maps" :
Sape.txt
Bounding Box for Sape Map : ( -7.177446 , -35.287817 , -6.9404 , -35.118125 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Sape map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.177446, -35.287817, -6.9404, -35.118125);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sape)
[out:json];
(
rel["name"="Sape"][type=boundary];
rel["name:en"="Sape"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Sape 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.