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