Download outline map of Fayette (geojson format) :
Fayette.geojson (**)
Download polygon array of Fayette map for "Google Maps" :
Fayette.txt
Bounding Box for Fayette Map : ( 42.641827 , -92.081884 , 43.082794 , -91.605278 )
Wikipedia ID for Fayette : Q486184
Wikipedia SPARQL Query for Fayette (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486184 wdt:P1082 ?population. }
OPTIONAL { wd:Q486184 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486184 wdt:P2046 ?area. }
OPTIONAL { wd:Q486184 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486184 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486184 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 Fayette map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.641827, -92.081884, 43.082794, -91.605278);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fayette)
[out:json];
(
rel["name"="Fayette"][type=boundary];
rel["name:en"="Fayette"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fayette
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albany | 42.865810 , -91.758770 |
Alpha | 42.996640 , -92.047670 |
Arlington | 42.748787 , -91.671048 |
Brainard | 42.930810 , -91.705160 |
Clermont | 43.000163 , -91.652312 |
Donnan | 42.896090 , -91.877940 |
Douglass | 43.008310 , -91.871270 |
Dover Mills | 43.019420 , -91.729320 |
Eldorado | 43.050530 , -91.835440 |
Elgin | 42.955369 , -91.635592 |
Fayette | 42.841505 , -91.803675 |
Hawkeye | 42.937742 , -91.950354 |
Illyria | 42.898590 , -91.635150 |
Lima | 42.868310 , -91.742940 |
Maryville | 42.687760 , -91.645430 |
Maynard | 42.773922 , -91.877493 |
Oelwein | 42.671367 , -91.913195 |
Oran | 42.701370 , -92.074620 |
Randalia | 42.863596 , -91.886446 |
Richfield | 42.950260 , -92.062670 |
Scott | 42.701930 , -91.765440 |
St. Lucas | 43.066694 , -91.934180 |
Taylorsville | 42.767210 , -91.646820 |
Wadena | 42.839781 , -91.659400 |
Waucoma | 43.055999 , -92.034489 |
West Union | 42.958892 , -91.813200 |
Westgate | 42.768239 , -91.995596 |
Notes:
- You can download geometry data for Fayette 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.