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