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