Download outline map of Kerr (geojson format) :
Kerr.geojson (**)
Download polygon array of Kerr map for "Google Maps" :
Kerr.txt
Bounding Box for Kerr Map : ( 29.781398 , -99.757621 , 30.290698 , -98.917725 )
Wikipedia ID for Kerr : Q26528
Wikipedia SPARQL Query for Kerr (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26528 wdt:P1082 ?population. }
OPTIONAL { wd:Q26528 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26528 wdt:P2046 ?area. }
OPTIONAL { wd:Q26528 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26528 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26528 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 Kerr map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.781398, -99.757621, 30.290698, -98.917725);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kerr)
[out:json];
(
rel["name"="Kerr"][type=boundary];
rel["name:en"="Kerr"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kerr
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Camp Verde | 29.893830 , -99.104760 |
Center Point | 29.944110 , -99.036430 |
Cypress Creek | 30.017440 , -98.976980 |
Guadalupe Heights | 29.996320 , -99.100040 |
Hunt | 30.070760 , -99.337820 |
Ingram | 30.077304 , -99.238068 |
Junction Windmill | 30.269640 , -99.700340 |
Kerrville | 30.038503 , -99.131540 |
Kerville | 30.048860 , -99.138870 |
Mount Wesley | 30.074650 , -99.159490 |
Mountain Home | 30.174650 , -99.380330 |
Shady Grove | 29.980490 , -99.078090 |
Stowers Corner Windmill | 30.027990 , -99.502830 |
Waltonia | 30.067430 , -99.293660 |
Notes:
- You can download geometry data for Kerr 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.