Download outline map of Kinney (geojson format) :
Kinney.geojson (**)
Download polygon array of Kinney map for "Google Maps" :
Kinney.txt
Bounding Box for Kinney Map : ( 29.084261 , -100.797073 , 29.623897 , -100.111231 )
Wikipedia ID for Kinney : Q110983
Wikipedia SPARQL Query for Kinney (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110983 wdt:P1082 ?population. }
OPTIONAL { wd:Q110983 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110983 wdt:P2046 ?area. }
OPTIONAL { wd:Q110983 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110983 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110983 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 Kinney map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.084261, -100.797073, 29.623897, -100.111231);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kinney)
[out:json];
(
rel["name"="Kinney"][type=boundary];
rel["name:en"="Kinney"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kinney
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alamo Village | 29.428010 , -100.395080 |
Amanda | 29.371900 , -100.657870 |
Anacacho | 29.191070 , -100.300630 |
Brackettville | 29.318090 , -100.410901 |
Fort Clark Springs | 29.293734 , -100.424432 |
Lost Creek Place | 29.609120 , -100.179520 |
Pinto | 29.281350 , -100.588420 |
Spofford | 29.173124 , -100.411255 |
Standart | 29.342450 , -100.618140 |
Notes:
- You can download geometry data for Kinney 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.