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