Download outline map of Wilbarger (geojson format) :
Wilbarger.geojson (**)
Download polygon array of Wilbarger map for "Google Maps" :
Wilbarger.txt
Bounding Box for Wilbarger Map : ( 33.833799 , -99.47565 , 34.458802 , -98.952296 )
Wikipedia ID for Wilbarger : Q114339
Wikipedia SPARQL Query for Wilbarger (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114339 wdt:P1082 ?population. }
OPTIONAL { wd:Q114339 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114339 wdt:P2046 ?area. }
OPTIONAL { wd:Q114339 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114339 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114339 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 Wilbarger map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.833799, -99.47565, 34.458802, -98.952296);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wilbarger)
[out:json];
(
rel["name"="Wilbarger"][type=boundary];
rel["name:en"="Wilbarger"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wilbarger
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Doans | 34.343690 , -99.255640 |
Elliott | 34.150090 , -99.055630 |
Fargo | 34.294810 , -99.277580 |
Farmers Valley | 34.167580 , -99.456200 |
Grayback | 33.990650 , -99.174240 |
Harrold | 34.080650 , -99.032300 |
Hinds | 34.192310 , -99.233970 |
Hoot and Holler Crossing | 33.954810 , -99.239800 |
Lockett | 34.081200 , -99.377860 |
Midway Crossing | 33.962870 , -99.211190 |
Northside | 34.304800 , -99.297860 |
Odell | 34.345910 , -99.418980 |
Oklaunion | 34.129530 , -99.142850 |
Parsley Hill | 34.040090 , -99.416750 |
Rock Crossing | 33.981200 , -99.149240 |
Tolbert | 34.219250 , -99.396470 |
Vernon | 34.147974 , -99.300019 |
White City | 34.280080 , -99.345080 |
Notes:
- You can download geometry data for Wilbarger 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.