Download outline map of Pailin (geojson format) :
Pailin.geojson (**)
Download polygon array of Pailin map for "Google Maps" :
Pailin.txt
Bounding Box for Pailin Map : ( 12.661085 , 102.497282 , 12.892302 , 102.755952 )
Wikipedia ID for Pailin : Q7124773
Wikipedia SPARQL Query for Pailin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7124773 wdt:P1082 ?population. }
OPTIONAL { wd:Q7124773 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7124773 wdt:P2046 ?area. }
OPTIONAL { wd:Q7124773 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7124773 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7124773 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 Pailin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](12.661085, 102.497282, 12.892302, 102.755952);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pailin)
[out:json];
(
rel["name"="Pailin"][type=boundary];
rel["name:en"="Pailin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pailin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ba Tangsu | 12.865820 , 102.537530 |
Ba Yakha | 12.873350 , 102.547050 |
Bahuy Khmaer Khang Cheu | 12.857620 , 102.528000 |
Khlong | 12.835200 , 102.629990 |
Ou Peut | 12.863660 , 102.572500 |
Ou Tavau | 12.856970 , 102.614070 |
Pahi | 12.858460 , 102.589430 |
Pailĭn | 12.848950 , 102.609280 |
Pang Roloem | 12.813800 , 102.714610 |
Phum Badin Niev | 12.847870 , 102.597310 |
Phum Cheung Phnum | 12.839540 , 102.602580 |
Phum Chra | 12.868730 , 102.570710 |
Phum Krachap | 12.751550 , 102.751820 |
Phum Suor Sdei | 12.830810 , 102.723920 |
Phum Ta Ngen Chas | 12.877540 , 102.592980 |
Phum Ta Puk | 12.861090 , 102.578000 |
Phum Thang Mai | 12.853140 , 102.596790 |
Ta Ngen Leu | 12.879850 , 102.585100 |
Tuek Thla | 12.857600 , 102.615630 |
Tuol Lvea | 12.849810 , 102.582440 |
Notes:
- You can download geometry data for Pailin 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.