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 : ( 35.400833 , -81.53776 , 35.568812 , -80.941467 )
Wikipedia ID for Lincoln : Q179404
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:Q179404 wdt:P1082 ?population. }
OPTIONAL { wd:Q179404 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q179404 wdt:P2046 ?area. }
OPTIONAL { wd:Q179404 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q179404 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q179404 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"](35.400833, -81.53776, 35.568812, -80.941467);
);
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) |
Boger City | 35.480690 , -81.213410 |
Cansellers | 35.469860 , -81.117860 |
Cat Square | 35.540130 , -81.410640 |
Cowans Ford | 35.426800 , -80.956740 |
Crouse | 35.420970 , -81.305360 |
Daniels | 35.516240 , -81.315080 |
Denver | 35.535024 , -81.034263 |
Dora | 35.497910 , -81.428700 |
Flay | 35.463190 , -81.435920 |
Henry | 35.558470 , -81.425640 |
Hulls Crossroads | 35.508740 , -81.457310 |
Iron Station | 35.451505 , -81.156844 |
Johnstown | 35.447630 , -81.363700 |
Laboratory | 35.434300 , -81.260080 |
Laurel Hill | 35.554580 , -81.502870 |
Lincolnton | 35.474640 , -81.238527 |
Lithia Springs | 35.458470 , -81.226750 |
Long Shoals | 35.414860 , -81.240360 |
Lowesville | 35.419331 , -80.999986 |
Machpelah | 35.447360 , -81.072300 |
Mariposa | 35.414580 , -81.062300 |
Orleans | 35.469860 , -81.402590 |
Polkadot | 35.454300 , -81.254800 |
Pumpkin Center | 35.519300 , -81.141190 |
Reepsville | 35.510690 , -81.350360 |
Roseland | 35.444860 , -81.275910 |
Salem | 35.434020 , -81.195360 |
Southside | 35.436800 , -81.245910 |
Vale | 35.539850 , -81.397310 |
Webbs | 35.530410 , -80.977580 |
Westport | 35.510384 , -80.978189 |
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.