Download outline map of Phuc Yen (geojson format) :
Phuc Yen.geojson (**)
Download polygon array of Phuc Yen map for "Google Maps" :
Phuc Yen.txt
Bounding Box for Phuc Yen Map : ( 21.219743 , 105.682364 , 21.417564 , 105.791319 )
Wikipedia ID for Phuc Yen : Q7188288
Wikipedia SPARQL Query for Phuc Yen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7188288 wdt:P1082 ?population. }
OPTIONAL { wd:Q7188288 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7188288 wdt:P2046 ?area. }
OPTIONAL { wd:Q7188288 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7188288 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7188288 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 Phuc Yen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.219743, 105.682364, 21.417564, 105.791319);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Phuc Yen)
[out:json];
(
rel["name"="Phuc Yen"][type=boundary];
rel["name:en"="Phuc Yen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Phuc Yen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ba Ha | 21.316670 , 105.700000 |
Bac Ai | 21.386320 , 105.735110 |
Bao Son | 21.333330 , 105.700000 |
Cao Quang | 21.296810 , 105.707170 |
Dai Loi | 21.250000 , 105.683330 |
Dong Cao | 21.303210 , 105.730660 |
Dong Dam | 21.323200 , 105.732550 |
Goc Duoi | 21.342990 , 105.707660 |
Hien Le | 21.283330 , 105.716670 |
Kha Do | 21.263720 , 105.712250 |
Lang Tiem | 21.383330 , 105.733330 |
Lap Dinh | 21.310850 , 105.751150 |
My Khe | 21.350000 , 105.700000 |
Ngoc Quang | 21.333330 , 105.716670 |
Phuc Yen | 21.236950 , 105.704830 |
Thanh Cao | 21.350000 , 105.733330 |
Thanh Loc | 21.383330 , 105.750000 |
Xom Dinh | 21.291930 , 105.709720 |
Xuan Hoa | 21.287780 , 105.720560 |
Xuan Mai | 21.236850 , 105.726980 |
Yen Diem | 21.283330 , 105.716670 |
Notes:
- You can download geometry data for Phuc Yen 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.