Download outline map of Clayton (geojson format) :
Clayton.geojson (**)
Download polygon array of Clayton map for "Google Maps" :
Clayton.txt
Bounding Box for Clayton Map : ( 42.643973 , -91.608423 , 43.081715 , -90.896951 )
Wikipedia ID for Clayton : Q113815
Wikipedia SPARQL Query for Clayton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113815 wdt:P1082 ?population. }
OPTIONAL { wd:Q113815 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113815 wdt:P2046 ?area. }
OPTIONAL { wd:Q113815 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113815 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113815 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 Clayton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.643973, -91.608423, 43.081715, -90.896951);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clayton)
[out:json];
(
rel["name"="Clayton"][type=boundary];
rel["name:en"="Clayton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clayton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beulah | 43.027210 , -91.308190 |
Ceres | 42.820540 , -91.186240 |
Clayton | 42.903315 , -91.150574 |
Clayton Center | 42.883320 , -91.326800 |
Communia | 42.789990 , -91.362910 |
Eckards | 42.856380 , -91.104300 |
Edgewood | 42.644231 , -91.401691 |
Elkader | 42.857579 , -91.402359 |
Elkport | 42.741574 , -91.274940 |
Fairview | 42.683880 , -91.216520 |
Farmersburg | 42.958867 , -91.367069 |
Froelich | 43.006650 , -91.321800 |
Garber | 42.744429 , -91.261817 |
Garnavillo | 42.866131 , -91.236410 |
Giard | 43.005540 , -91.289300 |
Gunder | 42.971650 , -91.513200 |
Guttenberg | 42.788713 , -91.105905 |
Highland | 42.893870 , -91.597090 |
Littleport | 42.754710 , -91.369300 |
Luana | 43.059452 , -91.455718 |
Marquette | 43.044601 , -91.190565 |
McGregor | 43.024413 , -91.182094 |
Mederville | 42.763040 , -91.422920 |
Monona | 43.051273 , -91.391204 |
Motor | 42.806930 , -91.351250 |
North Buena Vista | 42.677621 , -90.958506 |
Osborne | 42.791930 , -91.445420 |
Osterdock | 42.731386 , -91.157834 |
Saint Sebald | 42.738320 , -91.545980 |
Snefs | 42.740820 , -91.140960 |
St. Olaf | 42.926902 , -91.387890 |
Strawberry Point | 42.680339 , -91.534957 |
Thomasville | 42.753870 , -91.580980 |
Turkey River | 42.706100 , -91.025960 |
Updegraff | 42.683880 , -91.237080 |
Volga | 42.802667 , -91.542274 |
Watson | 43.075260 , -91.330130 |
West Yards | 43.042480 , -91.200690 |
Notes:
- You can download geometry data for Clayton 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.