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