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