Download outline map of Dumai (geojson format) :
Dumai.geojson (**)
Download polygon array of Dumai map for "Google Maps" :
Dumai.txt
Bounding Box for Dumai Map : ( 1.5908 , 101.335556 , 1.732629 , 101.487648 )
Wikipedia ID for Dumai : Q7782
Wikipedia SPARQL Query for Dumai (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7782 wdt:P1082 ?population. }
OPTIONAL { wd:Q7782 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7782 wdt:P2046 ?area. }
OPTIONAL { wd:Q7782 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7782 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7782 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 Dumai map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.5908, 101.335556, 1.732629, 101.487648);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dumai)
[out:json];
(
rel["name"="Dumai"][type=boundary];
rel["name:en"="Dumai"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dumai
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bangunjinawi | 1.645040 , 101.384290 |
Batangmerawan | 1.703950 , 101.386540 |
Batublok | 1.632410 , 101.449950 |
Borobudur | 1.625910 , 101.431030 |
Bukit Timah | 1.631950 , 101.387650 |
Bukitbatrem | 1.644360 , 101.457130 |
Buluh Kasap | 1.680770 , 101.456120 |
Dumai | 1.655497 , 101.417126 |
Kampung Laksamana | 1.679340 , 101.438850 |
Kampungbaru | 1.698000 , 101.382120 |
Kampungbuangsampah | 1.605210 , 101.407720 |
Kampungkilangpapan | 1.656780 , 101.436720 |
Mendut | 1.620370 , 101.432460 |
Muarasungaidumai | 1.684180 , 101.443290 |
Pangkalanbalak | 1.693950 , 101.371070 |
Pangkalanmahintan | 1.684100 , 101.420600 |
Paritdelima | 1.688200 , 101.370010 |
Paritkelapagading | 1.683510 , 101.365950 |
Paritpenghulu | 1.669420 , 101.405910 |
Paritpisangmas | 1.692160 , 101.375750 |
Paritsadak | 1.693020 , 101.387830 |
Pasarbatubintang | 1.696120 , 101.404790 |
Prambanan | 1.619700 , 101.437990 |
Purnama | 1.694940 , 101.401890 |
Rimba Sekampung | 1.675600 , 101.437480 |
Simpangbukitdatuk | 1.657620 , 101.441960 |
Simpangcempedak | 1.706340 , 101.386410 |
Simpangtetap | 1.674200 , 101.428820 |
Sukajadi | 1.666380 , 101.438480 |
Sungaimesjid | 1.698140 , 101.389020 |
Tanjung Palas | 1.678530 , 101.470080 |
Tegalega | 1.666570 , 101.433470 |
Teluk Binjai | 1.671950 , 101.449720 |
Yaktapena | 1.678770 , 101.415320 |
Notes:
- You can download geometry data for Dumai 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.