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