Download outline map of Mesuji (geojson format) :
Mesuji.geojson (**)
Download polygon array of Mesuji map for "Google Maps" :
Mesuji.txt
Bounding Box for Mesuji Map : ( -4.26722 , 105.019235 , -3.723731 , 105.8256 )
Wikipedia ID for Mesuji : Q8139
Wikipedia SPARQL Query for Mesuji (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q8139 wdt:P1082 ?population. }
OPTIONAL { wd:Q8139 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q8139 wdt:P2046 ?area. }
OPTIONAL { wd:Q8139 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q8139 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q8139 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 Mesuji map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.26722, 105.019235, -3.723731, 105.8256);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mesuji)
[out:json];
(
rel["name"="Mesuji"][type=boundary];
rel["name:en"="Mesuji"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mesuji
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Gajahmati | -3.850000 , 105.516670 |
| Kagungandalam | -3.800000 , 105.366670 |
| Kotabesar | -4.051560 , 105.474620 |
| Kubu Kemiling | -4.203500 , 105.611100 |
| Lebaktebang | -4.131150 , 105.057700 |
| Mesuji | -3.984821 , 105.342407 |
| Sungaibadak | -3.833330 , 105.416670 |
| Sungaicambai | -4.057490 , 105.535660 |
| Sungaigebang | -3.900000 , 105.533330 |
| Sungaisidang | -4.088850 , 105.651580 |
| Sungaisodong | -3.900000 , 105.216670 |
| Talang Gunung | -4.081780 , 105.388300 |
| Talangbatu | -4.090560 , 105.450260 |
| Umbulan Bandung | -3.923410 , 105.433460 |
| Umbulan Basung | -3.850000 , 105.333330 |
| Umbulan Beras Beras | -4.066100 , 105.410900 |
| Umbulan Buaya Putuk | -4.157240 , 105.389300 |
| Umbulan Gajohpetjoh | -3.923410 , 105.303920 |
| Umbulan Jarangkatun Hilir | -4.133000 , 105.081600 |
| Umbulan Jarangkatun Udik | -4.144040 , 105.087360 |
| Umbulan Kubutanjung | -4.082440 , 105.322770 |
| Umbulan Mesir | -4.228010 , 105.595920 |
| Umbulan Pesalean | -3.983330 , 105.483330 |
| Umbulan Segaramider | -4.190900 , 105.060600 |
| Umbulan Tebingtinggi | -4.053960 , 105.454030 |
| Umbulan Tedungngeram | -3.977550 , 105.203050 |
| Wiralaga | -3.833330 , 105.483330 |
| Wiralaga Mulya | -3.842780 , 105.493890 |
Notes:
- You can download geometry data for Mesuji 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.