Download outline map of Runnels (geojson format) :
Runnels.geojson (**)
Download polygon array of Runnels map for "Google Maps" :
Runnels.txt
Bounding Box for Runnels Map : ( 31.576688 , -100.236189 , 32.082656 , -99.713952 )
Wikipedia ID for Runnels : Q112634
Wikipedia SPARQL Query for Runnels (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112634 wdt:P1082 ?population. }
OPTIONAL { wd:Q112634 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112634 wdt:P2046 ?area. }
OPTIONAL { wd:Q112634 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112634 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112634 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 Runnels map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.576688, -100.236189, 32.082656, -99.713952);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Runnels)
[out:json];
(
rel["name"="Runnels"][type=boundary];
rel["name:en"="Runnels"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Runnels
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ballinger | 31.740581 , -99.955490 |
Benoit | 31.782930 , -99.828970 |
Bethel | 31.651540 , -99.908690 |
Blanton | 31.821540 , -99.870920 |
Crews | 31.934870 , -99.780920 |
Drasco | 32.076530 , -99.987590 |
Hatchel | 31.850150 , -99.949250 |
Marie | 31.899310 , -100.208980 |
Maverick | 31.833480 , -100.195090 |
Miles | 31.599907 , -100.184462 |
Norton | 31.870980 , -100.126200 |
Olfen | 31.609600 , -99.960640 |
Pumphrey | 32.038750 , -100.038430 |
Rowena | 31.647100 , -100.046200 |
Valley View | 31.792930 , -100.027590 |
Wilmeth | 31.978200 , -100.120370 |
Wingate | 32.044030 , -100.110090 |
Winters | 31.956402 , -99.929669 |
Notes:
- You can download geometry data for Runnels 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.