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.238328 , -84.86013 , 37.640369 , -84.446719 )
Wikipedia ID for Lincoln : Q498066
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:Q498066 wdt:P1082 ?population. }
OPTIONAL { wd:Q498066 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498066 wdt:P2046 ?area. }
OPTIONAL { wd:Q498066 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498066 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498066 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.238328, -84.86013, 37.640369, -84.446719);
);
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) |
Blue Lick | 37.490910 , -84.707440 |
Broughtentown | 37.383970 , -84.543270 |
Chicken Bristle | 37.485910 , -84.769950 |
Crab Orchard | 37.462710 , -84.506720 |
Geneva | 37.439520 , -84.746340 |
Gilbert | 37.573970 , -84.594110 |
Goshen | 37.553950 , -84.577860 |
Halls Gap | 37.462020 , -84.633280 |
Harmon Heights | 37.537960 , -84.672550 |
Highland | 37.428130 , -84.653830 |
Hubble | 37.597020 , -84.654670 |
Hustonville | 37.474899 , -84.816092 |
Jumbo | 37.458130 , -84.689110 |
Kings Mountain | 37.372580 , -84.688000 |
Logantown | 37.560640 , -84.629660 |
Maywood | 37.480360 , -84.616890 |
McKinney | 37.452580 , -84.759110 |
Milledgeville | 37.520630 , -84.813840 |
Miracle | 37.466750 , -84.682440 |
Moreland | 37.505630 , -84.813280 |
Morgan Manor Addition | 37.542260 , -84.647940 |
Mount Salem | 37.417300 , -84.799390 |
New Salem | 37.409240 , -84.767450 |
Ottenheim | 37.423140 , -84.595770 |
Preachersville | 37.527300 , -84.533830 |
Rowland | 37.522860 , -84.631610 |
South Fork | 37.409520 , -84.738000 |
Stanford | 37.534965 , -84.660543 |
Sugar Grove | 37.458140 , -84.566330 |
Turkeytown | 37.420640 , -84.486880 |
Turnersville | 37.490360 , -84.738840 |
Walnut Flat | 37.495360 , -84.578830 |
Waynesburg | 37.332860 , -84.671610 |
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.