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