Download outline map of Lincoln (geojson format) :
Lincoln.geojson (**)
Download polygon array of Lincoln map for "Google Maps" :
Lincoln.txt
Bounding Box for Lincoln Map : ( 37.94364 , -82.306391 , 38.37678 , -81.801464 )
Wikipedia ID for Lincoln : Q495151
Wikipedia SPARQL Query for Lincoln (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495151 wdt:P1082 ?population. }
OPTIONAL { wd:Q495151 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495151 wdt:P2046 ?area. }
OPTIONAL { wd:Q495151 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495151 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495151 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 Lincoln map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.94364, -82.306391, 38.37678, -81.801464);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lincoln)
[out:json];
(
rel["name"="Lincoln"][type=boundary];
rel["name:en"="Lincoln"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lincoln
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alkol | 38.162870 , -81.924850 |
| Alum Creek | 38.287541 , -81.833000 |
| Atenville | 38.048150 , -82.142910 |
| Bowles | 38.323700 , -82.056800 |
| Bradyville | 38.146480 , -82.183750 |
| Branchland | 38.220920 , -82.203750 |
| Bulger | 38.133430 , -81.981240 |
| Cuzzie | 38.123700 , -82.221250 |
| Ferrellsburg | 38.025100 , -82.105410 |
| Fork Junction | 38.157320 , -81.897070 |
| Fry | 38.015100 , -82.083190 |
| Garretts Bend | 38.303980 , -81.914850 |
| Gill | 38.087870 , -82.121250 |
| Griffithsville | 38.238710 , -81.989300 |
| Hager | 38.214540 , -82.086800 |
| Hamlin | 38.280505 , -82.108533 |
| Harts | 38.034332 , -82.129022 |
| Hubball | 38.198980 , -82.187920 |
| Irene | 38.192600 , -81.847350 |
| Jenks | 38.198700 , -82.102910 |
| Leet | 38.068710 , -82.075970 |
| McCorkle | 38.215930 , -81.835960 |
| Midkiff | 38.176200 , -82.178750 |
| Minerva | 38.162590 , -82.237360 |
| Myra | 38.221480 , -82.112640 |
| Palermo | 38.169540 , -82.058470 |
| Pleasant View | 38.249530 , -82.190420 |
| Portersville | 38.335370 , -82.130420 |
| Price | 38.143980 , -82.126800 |
| Priestley | 38.260370 , -81.836790 |
| Ranger | 38.120650 , -82.185420 |
| Redwing | 38.177590 , -82.234590 |
| Rockville | 38.166200 , -82.177080 |
| Sheridan | 38.240370 , -82.198480 |
| Sias | 38.184820 , -82.087360 |
| Snowden | 38.197600 , -81.937350 |
| Sod | 38.244260 , -81.876240 |
| Spurlockville | 38.126210 , -82.020960 |
| Sumerco | 38.231210 , -81.911520 |
| Summit | 38.219820 , -81.906800 |
| Sweetland | 38.259540 , -82.042080 |
| Tango | 38.252320 , -81.926240 |
| Toney | 38.010930 , -82.072910 |
| West Hamlin | 38.280197 , -82.193742 |
| Wewanta | 38.088430 , -82.192640 |
| Woodville | 38.161490 , -81.892070 |
| Yawkey | 38.225090 , -81.964850 |
Notes:
- You can download geometry data for Lincoln 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.