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