Download outline map of McLean (geojson format) :
McLean.geojson (**)
Download polygon array of McLean map for "Google Maps" :
McLean.txt
Bounding Box for McLean Map : ( 37.380452 , -87.499971 , 37.683563 , -87.03826 )
Wikipedia ID for McLean : Q503495
Wikipedia SPARQL Query for McLean (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503495 wdt:P1082 ?population. }
OPTIONAL { wd:Q503495 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503495 wdt:P2046 ?area. }
OPTIONAL { wd:Q503495 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503495 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503495 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 McLean map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.380452, -87.499971, 37.683563, -87.03826);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (McLean)
[out:json];
(
rel["name"="McLean"][type=boundary];
rel["name:en"="McLean"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of McLean
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beech Grove | 37.618276 , -87.392107 |
Buel | 37.548380 , -87.174160 |
Buttonsberry | 37.446710 , -87.168610 |
Calhoun | 37.541076 , -87.259585 |
Cleopatra | 37.622270 , -87.292780 |
Comer | 37.637820 , -87.443890 |
Elba | 37.653380 , -87.362780 |
Glenville | 37.594550 , -87.193360 |
Guffie | 37.604210 , -87.254440 |
Island | 37.443256 , -87.147425 |
Johnson Island | 37.593760 , -87.303710 |
Lemon | 37.581160 , -87.378330 |
Livermore | 37.491950 , -87.134159 |
Mount Vernon | 37.580600 , -87.354350 |
Nuckols | 37.523380 , -87.112220 |
Poplar Grove | 37.469210 , -87.307220 |
Poverty | 37.570880 , -87.321110 |
Quinn Landing | 37.641710 , -87.496670 |
Rangers Landing | 37.667540 , -87.458060 |
Reeves | 37.587980 , -87.172570 |
Rumsey | 37.531990 , -87.258050 |
Sacramento | 37.416496 , -87.267148 |
Semiway | 37.473380 , -87.241110 |
Station | 37.443040 , -87.245740 |
Tichenor | 37.545840 , -87.109390 |
Underwood | 37.493450 , -87.185530 |
Wrightsburg | 37.591430 , -87.403060 |
Wyman | 37.632270 , -87.332500 |
Notes:
- You can download geometry data for McLean 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.