Altamira (Para) Map Cropping Samples

Altamira (Para) Map Cropping Samples-1

Altamira (Para) Map Cropping Samples-2

Altamira neighborhoods and villages map with 3D shadow effect

flag map of Altamira with 3D shadow effect

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