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 : ( 32.452849 , -92.881359 , 32.759982 , -92.41505 )
Wikipedia ID for Lincoln : Q120080
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:Q120080 wdt:P1082 ?population. }
OPTIONAL { wd:Q120080 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q120080 wdt:P2046 ?area. }
OPTIONAL { wd:Q120080 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q120080 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q120080 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"](32.452849, -92.881359, 32.759982, -92.41505);
);
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) |
Barnet Springs | 32.507650 , -92.675980 |
Cedarton | 32.630150 , -92.527650 |
Choudrant | 32.551001 , -92.511814 |
Cooktown | 32.550980 , -92.657090 |
Douglas | 32.581540 , -92.526810 |
Dubach | 32.701952 , -92.657469 |
Gills Ferry | 32.718200 , -92.522370 |
Grambling | 32.527644 , -92.712457 |
Grambling Corners | 32.505980 , -92.717930 |
Henry | 32.737370 , -92.681260 |
Hico | 32.744870 , -92.713760 |
Hilly | 32.648480 , -92.678480 |
Liberty Hill | 32.629320 , -92.803770 |
Mineral Springs | 32.639870 , -92.573760 |
Mount Olive | 32.555150 , -92.659320 |
Mount Zion | 32.664870 , -92.742930 |
North Pointe | 32.608000 , -92.645600 |
Oak Grove | 32.496540 , -92.865990 |
Pleasant Hill | 32.482650 , -92.733490 |
Rock Corner | 32.641810 , -92.537650 |
Ruston | 32.532827 , -92.636446 |
Sibley | 32.575700 , -92.467370 |
Simsboro | 32.532324 , -92.783941 |
Tremont | 32.519310 , -92.454870 |
Unionville | 32.669310 , -92.641540 |
Vienna | 32.609179 , -92.648060 |
Woodville | 32.457650 , -92.698480 |
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.