Download outline map of Lee (geojson format) :
Lee.geojson (**)
Download polygon array of Lee map for "Google Maps" :
Lee.txt
Bounding Box for Lee Map : ( 40.37544 , -91.718795 , 40.813971 , -91.112467 )
Wikipedia ID for Lee : Q485787
Wikipedia SPARQL Query for Lee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485787 wdt:P1082 ?population. }
OPTIONAL { wd:Q485787 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485787 wdt:P2046 ?area. }
OPTIONAL { wd:Q485787 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485787 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485787 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 Lee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.37544, -91.718795, 40.813971, -91.112467);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lee)
[out:json];
(
rel["name"="Lee"][type=boundary];
rel["name:en"="Lee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argyle | 40.531710 , -91.566270 |
Big Mound | 40.755590 , -91.700160 |
Bluff Park | 40.527540 , -91.403760 |
Bullard | 40.616710 , -91.407100 |
Charleston | 40.590870 , -91.531270 |
Croton | 40.590310 , -91.690720 |
Denmark | 40.738508 , -91.338115 |
Donnellson | 40.644138 , -91.561590 |
Fort Madison | 40.619873 , -91.351913 |
Franklin | 40.666965 , -91.511803 |
Galland | 40.500600 , -91.374600 |
Houghton | 40.783666 , -91.610809 |
Keokuk | 40.409560 , -91.403029 |
La Crew | 40.733370 , -91.583770 |
Montrose | 40.526117 , -91.416541 |
Mooar | 40.443650 , -91.452380 |
Mount Clare | 40.523100 , -91.452100 |
Mount Hamill | 40.750590 , -91.613220 |
New Boston | 40.560600 , -91.505430 |
Primrose | 40.675590 , -91.638220 |
Sandusky | 40.464490 , -91.387370 |
Sawyer | 40.696430 , -91.355150 |
Sharon | 40.726420 , -91.660440 |
South Augusta | 40.752260 , -91.277370 |
St. Paul | 40.767828 , -91.516434 |
Summitville | 40.472820 , -91.448770 |
Viele | 40.613100 , -91.433770 |
Vincennes | 40.496430 , -91.569880 |
West Point | 40.714963 , -91.452281 |
Wever | 40.710600 , -91.230980 |
Notes:
- You can download geometry data for Lee 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.