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