Download outline map of Varin (geojson format) :
Varin.geojson (**)
Download polygon array of Varin map for "Google Maps" :
Varin.txt
Bounding Box for Varin Map : ( 13.681091 , 103.684561 , 13.969398 , 104.115724 )
Wikipedia ID for Varin : Q4930239
Wikipedia SPARQL Query for Varin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4930239 wdt:P1082 ?population. }
OPTIONAL { wd:Q4930239 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4930239 wdt:P2046 ?area. }
OPTIONAL { wd:Q4930239 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4930239 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4930239 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 Varin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.681091, 103.684561, 13.969398, 104.115724);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Varin)
[out:json];
(
rel["name"="Varin"][type=boundary];
rel["name:en"="Varin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Varin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kambaor | 13.775250 , 103.712860 |
Kanhchan Run | 13.852200 , 103.791250 |
Kouk Chan | 13.838380 , 103.912020 |
Kouk Kandal | 13.843470 , 103.897800 |
Kouk Phnum | 13.877950 , 103.851630 |
Kouk Srok | 13.870260 , 103.864540 |
Kouk Voat | 13.842460 , 103.957540 |
Lvea Krang | 13.836460 , 103.961620 |
Lvea Krang | 13.841300 , 103.910130 |
Nel | 13.871480 , 103.837730 |
Ou | 13.801400 , 103.759440 |
Ou Tey | 13.844970 , 103.884750 |
Phum Anglung Thmar | 13.868030 , 103.985780 |
Phum Kap Dai | 13.840970 , 103.779850 |
Phum Kombao | 13.872990 , 103.801250 |
Phum Kouk Takol | 13.777290 , 103.840920 |
Phum Krachor | 13.863720 , 103.891700 |
Phum Sen Chet | 13.819120 , 104.093490 |
Phum Tanat | 13.848240 , 103.823570 |
Phumi Dangkao | 13.960190 , 103.704070 |
Phumi Kul | 13.890150 , 103.738560 |
Phumi Sala | 13.959930 , 103.735390 |
Phumi Sre Noy | 13.820411 , 104.025421 |
Prasat | 13.836300 , 103.779950 |
Sakmot | 13.852810 , 103.967480 |
Srae Nouy | 13.802740 , 104.020730 |
Srae Pou | 13.787770 , 104.031730 |
Svay Sa | 13.794190 , 103.750420 |
Tumneab Svay | 13.846850 , 103.784280 |
Varin | 13.793220 , 103.760850 |
Varin | 13.868860 , 103.829870 |
Notes:
- You can download geometry data for Varin 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.