Download outline map of Wheeler (geojson format) :
Wheeler.geojson (**)
Download polygon array of Wheeler map for "Google Maps" :
Wheeler.txt
Bounding Box for Wheeler Map : ( 35.182466 , -100.540215 , 35.619897 , -99.999628 )
Wikipedia ID for Wheeler : Q111766
Wikipedia SPARQL Query for Wheeler (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111766 wdt:P1082 ?population. }
OPTIONAL { wd:Q111766 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111766 wdt:P2046 ?area. }
OPTIONAL { wd:Q111766 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111766 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111766 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 Wheeler map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.182466, -100.540215, 35.619897, -99.999628);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wheeler)
[out:json];
(
rel["name"="Wheeler"][type=boundary];
rel["name:en"="Wheeler"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wheeler
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allison | 35.605880 , -100.100670 |
Bellco | 35.380600 , -100.509300 |
Benonine | 35.227000 , -100.014550 |
Briscoe | 35.583660 , -100.289850 |
Fuller | 35.241440 , -100.081780 |
Kellerville | 35.371710 , -100.502910 |
Kelton | 35.400880 , -100.112890 |
Lela | 35.227550 , -100.342900 |
Magic City | 35.357550 , -100.378460 |
Mobeetie | 35.529136 , -100.439342 |
Norrick | 35.212830 , -100.136500 |
Pakan | 35.284770 , -100.431520 |
Ramsdell | 35.191720 , -100.440960 |
Shamrock | 35.215402 , -100.246085 |
Twitty | 35.313940 , -100.236230 |
Wheeler | 35.441115 , -100.275228 |
Notes:
- You can download geometry data for Wheeler 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.