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