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