(River Cess) Map Cropping Samples
(River Cess) Map Cropping Samples-1
(River Cess) Map Cropping Samples-2
neighborhoods and villages map with 3D shadow effect
flag map of with 3D shadow effect
map with 3d shadow effect
Download outline map of (geojson format) :
.geojson (**)
Download polygon array of map for "Google Maps" :
.txt
Bounding Box for Map : ( 5.266829 , -9.591581 , 5.578708 , -9.318106 )
Get Boundaries from overpass-turbo (OSM) with boundary box of map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.266829, -9.591581, 5.578708, -9.318106);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name ()
[out:json];
(
rel["name"=""][type=boundary];
rel["name:en"=""][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baliabli | 5.453660 , -9.496240 |
Bloniwehn | 5.304860 , -9.434550 |
Dekoh Town | 5.478990 , -9.486620 |
Does | 5.504610 , -9.472200 |
Flangee | 5.419810 , -9.487530 |
Gbabobli | 5.426990 , -9.531610 |
Gbokohn | 5.572480 , -9.371690 |
Gehn | 5.458000 , -9.473860 |
Grobwo | 5.468120 , -9.426860 |
John Brown Town | 5.408990 , -9.493190 |
Neegbah | 5.437730 , -9.562080 |
Nibwabli | 5.474750 , -9.550430 |
Pankro | 5.350000 , -9.450000 |
Pao Town | 5.431890 , -9.487620 |
Po River Beach | 5.385460 , -9.501960 |
Sabati | 5.351040 , -9.472980 |
Saweri | 5.386190 , -9.411200 |
Sess How | 5.540880 , -9.424840 |
Soba | 5.373140 , -9.444950 |
Tuwo | 5.332170 , -9.397920 |
Wlakpo | 5.533190 , -9.417700 |
Yasta | 5.405350 , -9.526380 |
Zeegbozohn | 5.479230 , -9.439490 |
Zewazahn | 5.465560 , -9.473540 |
Notes:
- You can download geometry data for 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.