Download outline map of Hutchinson (geojson format) :
Hutchinson.geojson (**)
Download polygon array of Hutchinson map for "Google Maps" :
Hutchinson.txt
Bounding Box for Hutchinson Map : ( 35.624057 , -101.623466 , 36.055405 , -101.085728 )
Wikipedia ID for Hutchinson : Q484542
Wikipedia SPARQL Query for Hutchinson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484542 wdt:P1082 ?population. }
OPTIONAL { wd:Q484542 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484542 wdt:P2046 ?area. }
OPTIONAL { wd:Q484542 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484542 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484542 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 Hutchinson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.624057, -101.623466, 36.055405, -101.085728);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hutchinson)
[out:json];
(
rel["name"="Hutchinson"][type=boundary];
rel["name:en"="Hutchinson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hutchinson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Borger | 35.659824 , -101.401154 |
Dial | 35.797540 , -101.392110 |
Fritch | 35.643066 , -101.596432 |
Holt | 36.022260 , -101.230160 |
Lake Meredith Estates | 35.663849 , -101.602732 |
Morse Junction | 36.032260 , -101.474050 |
Oil City | 35.746990 , -101.513500 |
Phillips | 35.691150 , -101.363780 |
Philrich | 35.651710 , -101.457110 |
Plemons | 35.800870 , -101.309050 |
Pringle | 35.949200 , -101.456280 |
Sanford | 35.702624 , -101.531771 |
Stekoll Camp | 35.778370 , -101.378780 |
Stinnett | 35.823093 , -101.443620 |
Texroy | 35.634490 , -101.296270 |
Notes:
- You can download geometry data for Hutchinson 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.