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