Download outline map of Wichita (geojson format) :
Wichita.geojson (**)
Download polygon array of Wichita map for "Google Maps" :
Wichita.txt
Bounding Box for Wichita Map : ( 33.834 , -98.953088 , 34.212497 , -98.422867 )
Wikipedia ID for Wichita : Q115433
Wikipedia SPARQL Query for Wichita (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115433 wdt:P1082 ?population. }
OPTIONAL { wd:Q115433 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115433 wdt:P2046 ?area. }
OPTIONAL { wd:Q115433 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115433 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115433 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 Wichita map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.834, -98.953088, 34.212497, -98.422867);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wichita)
[out:json];
(
rel["name"="Wichita"][type=boundary];
rel["name:en"="Wichita"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wichita
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allendale | 33.857600 , -98.593670 |
Burkburnett | 34.074758 , -98.567104 |
Cashion Community | 34.036429 , -98.508225 |
Clara | 34.091200 , -98.697280 |
Electra | 34.032098 , -98.920798 |
Fowlkes | 33.993430 , -98.834510 |
Haynesville | 34.091480 , -98.915900 |
Iowa Park | 33.962295 , -98.681945 |
Kadane Corner | 33.857870 , -98.838680 |
Kamay | 33.857870 , -98.808120 |
Pleasant Valley | 33.937248 , -98.598265 |
Thrift | 34.126200 , -98.622000 |
Valley View | 33.873150 , -98.763120 |
Wichita Falls | 33.907241 , -98.529279 |
Notes:
- You can download geometry data for Wichita 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.