Download outline map of Mulungu (geojson format) :
Mulungu.geojson (**)
Download polygon array of Mulungu map for "Google Maps" :
Mulungu.txt
Bounding Box for Mulungu Map : ( -4.381195 , -39.051593 , -4.208619 , -38.9337 )
Wikipedia ID for Mulungu : Q2365991
Wikipedia SPARQL Query for Mulungu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2365991 wdt:P1082 ?population. }
OPTIONAL { wd:Q2365991 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2365991 wdt:P2046 ?area. }
OPTIONAL { wd:Q2365991 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2365991 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2365991 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Mulungu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.381195, -39.051593, -4.208619, -38.9337);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mulungu)
[out:json];
(
rel["name"="Mulungu"][type=boundary];
rel["name:en"="Mulungu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mulungu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Catolé | -4.354145 , -39.024875 |
Lameirão | -4.338558 , -39.015942 |
Mulungu | -4.302722 , -38.994412 |
Pindoba | -4.366670 , -38.983330 |
Notes:
- You can download geometry data for Mulungu 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.