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