Download outline map of Wayne (geojson format) :
Wayne.geojson (**)
Download polygon array of Wayne map for "Google Maps" :
Wayne.txt
Bounding Box for Wayne Map : ( 38.150082 , -111.848885 , 38.510178 , -109.885124 )
Wikipedia ID for Wayne : Q27045
Wikipedia SPARQL Query for Wayne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27045 wdt:P1082 ?population. }
OPTIONAL { wd:Q27045 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27045 wdt:P2046 ?area. }
OPTIONAL { wd:Q27045 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27045 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27045 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 Wayne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.150082, -111.848885, 38.510178, -109.885124);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wayne)
[out:json];
(
rel["name"="Wayne"][type=boundary];
rel["name:en"="Wayne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wayne
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bicknell | 38.339443 , -111.544222 |
Caineville | 38.333040 , -111.018770 |
Capitol Reef | 38.312594 , -111.242752 |
Fremont | 38.455451 , -111.614956 |
Fruita | 38.285540 , -111.246840 |
Hanksville | 38.371625 , -110.712805 |
Loa | 38.403688 , -111.644592 |
Lyman | 38.396462 , -111.589306 |
Notom | 38.233310 , -111.118500 |
Teasdale | 38.285087 , -111.472357 |
Torrey | 38.302038 , -111.420490 |
Notes:
- You can download geometry data for Wayne 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.