Download outline map of Clinton (geojson format) :
Clinton.geojson (**)
Download polygon array of Clinton map for "Google Maps" :
Clinton.txt
Bounding Box for Clinton Map : ( 41.727691 , -90.898975 , 42.033596 , -90.140061 )
Wikipedia ID for Clinton : Q111936
Wikipedia SPARQL Query for Clinton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111936 wdt:P1082 ?population. }
OPTIONAL { wd:Q111936 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111936 wdt:P2046 ?area. }
OPTIONAL { wd:Q111936 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111936 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111936 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 Clinton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.727691, -90.898975, 42.033596, -90.140061);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clinton)
[out:json];
(
rel["name"="Clinton"][type=boundary];
rel["name:en"="Clinton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clinton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almont | 41.975300 , -90.199020 |
Andover | 41.979923 , -90.252985 |
Bliedorn | 41.902520 , -90.678200 |
Browns | 42.030580 , -90.499300 |
Bryant | 41.963360 , -90.330130 |
Buena Vista | 41.741970 , -90.740420 |
Bulgers Hollow | 41.935310 , -90.184020 |
Calamus | 41.826494 , -90.760015 |
Camanche | 41.792759 , -90.276678 |
Chaney | 41.794750 , -90.284570 |
Charlotte | 41.962130 , -90.468206 |
Clinton | 41.843436 , -90.240789 |
Clinton Stock Yards | 41.817272 , -90.219383 |
De Witt | 41.822421 , -90.543889 |
Delmar | 41.998801 , -90.607968 |
Elk River Junction | 41.979750 , -90.174020 |
Elvira | 41.858920 , -90.355410 |
Elwood | 41.991690 , -90.739030 |
Folletts | 41.748640 , -90.354850 |
Goose Lake | 41.967883 , -90.381762 |
Grand Mound | 41.823271 , -90.650158 |
Hauntown | 42.000860 , -90.199020 |
Lost Nation | 41.966599 , -90.816717 |
Low Moor | 41.802344 , -90.354213 |
Malone | 41.813610 , -90.441670 |
North Welton | 41.913640 , -90.604580 |
Petersville | 41.967530 , -90.533750 |
Riggs | 42.005020 , -90.530130 |
Shaffton | 41.756140 , -90.332080 |
Teeds Grove | 42.011690 , -90.247630 |
Tenmile | 41.945580 , -90.334020 |
Toronto | 41.902889 , -90.862757 |
Welton | 41.907680 , -90.596095 |
Wheatland | 41.832892 , -90.837872 |
Notes:
- You can download geometry data for Clinton 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.