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