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.462705 , -97.141564 , 35.942344 , -96.619181 )
Wikipedia ID for Lincoln : Q495899
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:Q495899 wdt:P1082 ?population. }
OPTIONAL { wd:Q495899 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495899 wdt:P2046 ?area. }
OPTIONAL { wd:Q495899 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495899 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495899 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.462705, -97.141564, 35.942344, -96.619181);
);
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) |
Agra | 35.895068 , -96.870188 |
Anderson | 35.826450 , -96.990310 |
Arlington | 35.578960 , -96.679740 |
Avery | 35.884230 , -96.752250 |
Bellemont | 35.463130 , -96.771130 |
Carney | 35.806445 , -97.015305 |
Chandler | 35.723748 , -96.895080 |
Clifton | 35.515900 , -96.911970 |
Davenport | 35.709341 , -96.764325 |
Emsey | 35.767560 , -97.024470 |
Fallis | 35.749844 , -97.118325 |
Hibsaw | 35.703670 , -97.140870 |
Jacktown | 35.507010 , -97.000580 |
Kendrick | 35.785375 , -96.775523 |
Meeker | 35.485285 , -96.895092 |
Midway | 35.492560 , -97.088640 |
Parkland | 35.840060 , -96.842250 |
Payson | 35.550350 , -96.855300 |
Prague | 35.499573 , -96.699721 |
Rossville | 35.593950 , -96.998920 |
Soonerville | 35.927560 , -96.837530 |
South Village | 35.913120 , -96.642240 |
Sparks | 35.611264 , -96.818966 |
Stroud | 35.767995 , -96.647319 |
Tryon | 35.881586 , -96.965477 |
Warwick | 35.688163 , -97.001639 |
Wellston | 35.686020 , -97.061470 |
Wildhorse | 35.912840 , -96.803910 |
Wilzetta | 35.550350 , -96.735570 |
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.