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