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