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 : ( 33.783384 , -91.976439 , 34.174093 , -91.421715 )
Wikipedia ID for Lincoln : Q61294
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:Q61294 wdt:P1082 ?population. }
OPTIONAL { wd:Q61294 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61294 wdt:P2046 ?area. }
OPTIONAL { wd:Q61294 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61294 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61294 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"](33.783384, -91.976439, 34.174093, -91.421715);
);
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) |
Avery | 33.929820 , -91.657070 |
Branchville | 33.902320 , -91.880970 |
Cades | 34.015380 , -91.586510 |
Calhoun | 33.892880 , -91.788740 |
Cornerville | 33.844270 , -91.940410 |
Crigler | 33.958990 , -91.769300 |
Cummins | 34.063990 , -91.579010 |
Douglas | 34.042040 , -91.534570 |
Feenyville | 33.977320 , -91.909300 |
Flynn | 33.970930 , -91.585400 |
Fresno | 33.963160 , -91.707070 |
Garnett | 33.844270 , -91.777630 |
Garrett Bridge | 33.867050 , -91.655130 |
Glendale | 33.962880 , -91.959300 |
Gould | 33.987140 , -91.564061 |
Gourd | 33.843720 , -91.596790 |
Grady | 34.078958 , -91.698130 |
Little Garnett | 33.863160 , -91.803740 |
Meroney | 33.960380 , -91.734020 |
Mills | 33.927880 , -91.577900 |
Nebo | 34.002880 , -91.814300 |
Palmyra | 33.922880 , -91.930410 |
Phenix | 34.033430 , -91.770960 |
Relfs Bluff | 33.801220 , -91.842910 |
Rose Hill | 33.886490 , -91.699570 |
Sarassa | 34.123150 , -91.665130 |
Star City | 33.940575 , -91.840239 |
Tarry | 34.075930 , -91.841520 |
Tyro | 33.835660 , -91.720690 |
Varner | 34.038430 , -91.619020 |
Whitefield | 34.064540 , -91.756800 |
Woodville | 34.123150 , -91.690680 |
Yorktown | 34.020930 , -91.816800 |
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.