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