Download outline map of Knox (geojson format) :
Knox.geojson (**)
Download polygon array of Knox map for "Google Maps" :
Knox.txt
Bounding Box for Knox Map : ( 33.397404 , -99.996434 , 33.83608 , -99.472444 )
Wikipedia ID for Knox : Q110570
Wikipedia SPARQL Query for Knox (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110570 wdt:P1082 ?population. }
OPTIONAL { wd:Q110570 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110570 wdt:P2046 ?area. }
OPTIONAL { wd:Q110570 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110570 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110570 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 Knox map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.397404, -99.996434, 33.83608, -99.472444);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Knox)
[out:json];
(
rel["name"="Knox"][type=boundary];
rel["name:en"="Knox"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Knox
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Benjamin | 33.583606 , -99.792932 |
Gilliland | 33.731480 , -99.683420 |
Goree | 33.467965 , -99.523621 |
Hefner | 33.533150 , -99.533420 |
Knox City | 33.417574 , -99.815703 |
Munday | 33.447102 , -99.623904 |
Rhineland | 33.529820 , -99.655090 |
Sunset | 33.447600 , -99.713140 |
Truscott | 33.754250 , -99.811200 |
Union Grove | 33.423430 , -99.868700 |
Vera | 33.633430 , -99.566200 |
Notes:
- You can download geometry data for Knox 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.