Karonga (Malawi) Map Cropping Samples
Karonga (Malawi) Map Cropping Samples-1
Download outline map of Karonga (geojson format) :
Karonga.geojson (**)
Download polygon array of Karonga map for "Google Maps" :
Karonga.txt
Bounding Box for Karonga Map : ( -10.582034 , 33.471715 , -9.583348 , 34.263406 )
ISO-3166 CODE for Karonga : MW-KR
Get Boundaries from overpass-turbo (OSM) with boundary box of Karonga map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](-10.582034, 33.471715, -9.583348, 34.263406);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Karonga)
[out:json];
(
rel["name"="Karonga"][type=boundary];
rel["name:en"="Karonga"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Karonga 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.