Mersch (Luxembourg) Map Cropping Samples
![Mersch (Luxembourg) Map Cropping Samples-1](og_image/map_cropping/3-1745977439-1.jpeg)
Mersch (Luxembourg) Map Cropping Samples-1
![Mersch (Luxembourg) Map Cropping Samples-2](og_image/map_cropping/3-1745977439-2.jpeg)
Mersch (Luxembourg) Map Cropping Samples-2
![Mersch and counties map with 3D shadow effect](og_image/photo_maps/photo_map_1745977439.jpg)
Mersch and counties map with 3D shadow effect
![flag map of Mersch with 3D shadow effect](og_image/flag_maps/flag_map_1745977439.jpg)
flag map of Mersch with 3D shadow effect
Download outline map of Mersch (geojson format) :
Mersch.geojson (**)
Download polygon array of Mersch map for "Google Maps" :
Mersch.txt
Bounding Box for Mersch Map : ( 49.681343 , 5.985934 , 49.834438 , 6.279537 )
ISO-3166 CODE for Mersch : LU-ME
Get Boundaries from overpass-turbo (OSM) with boundary box of Mersch map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](49.681343, 5.985934, 49.834438, 6.279537);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mersch)
[out:json];
(
rel["name"="Mersch"][type=boundary];
rel["name:en"="Mersch"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Mersch 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.