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