Cluj (Romania) Map Cropping Samples
![Cluj (Romania) Map Cropping Samples-1](og_image/map_cropping/3-85687727-1.jpeg)
Cluj (Romania) Map Cropping Samples-1
![Cluj (Romania) Map Cropping Samples-2](og_image/map_cropping/3-85687727-2.jpeg)
Cluj (Romania) Map Cropping Samples-2
![Cluj and counties map with 3D shadow effect](og_image/photo_maps/photo_map_85687727.jpg)
Cluj and counties map with 3D shadow effect
![flag map of Cluj with 3D shadow effect](og_image/flag_maps/flag_map_85687727.jpg)
flag map of Cluj with 3D shadow effect
Download outline map of Cluj (geojson format) :
Cluj.geojson (**)
Download polygon array of Cluj map for "Google Maps" :
Cluj.txt
Bounding Box for Cluj Map : ( 46.396698 , 22.637293 , 47.380199 , 24.226065 )
ISO-3166 CODE for Cluj : RO-CJ
Get Boundaries from overpass-turbo (OSM) with boundary box of Cluj map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](46.396698, 22.637293, 47.380199, 24.226065);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cluj)
[out:json];
(
rel["name"="Cluj"][type=boundary];
rel["name:en"="Cluj"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Cluj 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.