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