Download outline map of Tron (geojson format) :
Tron.geojson (**)
Download polygon array of Tron map for "Google Maps" :
Tron.txt
Bounding Box for Tron Map : ( 17.392264 , 99.919033 , 17.5473 , 100.257908 )
Wikipedia ID for Tron : Q476965
Wikipedia SPARQL Query for Tron (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q476965 wdt:P1082 ?population. }
OPTIONAL { wd:Q476965 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q476965 wdt:P2046 ?area. }
OPTIONAL { wd:Q476965 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q476965 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q476965 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 Tron map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](17.392264, 99.919033, 17.5473, 100.257908);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tron)
[out:json];
(
rel["name"="Tron"][type=boundary];
rel["name:en"="Tron"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tron
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ban Bueng Phat | 17.428560 , 100.098830 |
Ban Chai Mongkhon | 17.467530 , 100.233720 |
Ban Cham Thong | 17.447530 , 100.099890 |
Ban Den Samrong | 17.412110 , 100.127920 |
Ban Hat Song Khwae | 17.420250 , 100.127970 |
Ban Hua Dan | 17.510690 , 100.115330 |
Ban Kaeng | 17.440580 , 100.139620 |
Ban Khlo Klang | 17.454060 , 100.220440 |
Ban Khoi Sung | 17.489670 , 99.991830 |
Ban Laem Khun | 17.439700 , 100.045220 |
Ban Laem Thong | 17.504250 , 99.970250 |
Ban Lao | 17.440500 , 100.220360 |
Ban Luang Pa Yang | 17.453110 , 100.225170 |
Ban Mai Pho Yen | 17.463670 , 100.122580 |
Ban Mai Pho Yen | 17.461000 , 100.115030 |
Ban Nam Ang | 17.457670 , 100.220470 |
Ban Nong Ping | 17.455860 , 100.064170 |
Ban Nuea Yai | 17.462170 , 100.224280 |
Ban Pa Khuang | 17.502610 , 100.106810 |
Ban Phae Hin Kham | 17.457580 , 100.232720 |
Ban Phai Luk Chang | 17.476920 , 100.010610 |
Ban Plai Rang | 17.476110 , 99.993640 |
Ban Plai Thung | 17.452170 , 100.233610 |
Ban Rai | 17.445940 , 100.215690 |
Ban Rong Pradu | 17.443720 , 100.133750 |
Ban Sak Lai | 17.517060 , 99.937810 |
Ban Tha Din Khao | 17.458720 , 100.195060 |
Ban Tha Uan | 17.518830 , 100.116330 |
Ban Ton Saliam | 17.466110 , 100.005830 |
Ban Wang Daeng | 17.498860 , 100.122260 |
Ban Wang Takhro | 17.458170 , 100.136670 |
Notes:
- You can download geometry data for Tron 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.