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 : ( 36.8419 , -115.896941 , 38.677614 , -114.048473 )
Wikipedia ID for Lincoln : Q484335
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:Q484335 wdt:P1082 ?population. }
OPTIONAL { wd:Q484335 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484335 wdt:P2046 ?area. }
OPTIONAL { wd:Q484335 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484335 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484335 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"](36.8419, -115.896941, 38.677614, -114.048473);
);
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) |
Acoma | 37.548300 , -114.172480 |
Alamo | 37.364825 , -115.162897 |
Angle City | 37.043300 , -114.588330 |
Ash Springs | 37.460520 , -115.193070 |
Atlanta | 38.465230 , -114.331380 |
Barclay | 37.513300 , -114.251650 |
Beaverdam | 37.688827 , -114.445227 |
Bennett Springs | 37.728607 , -114.472634 |
Big Trees | 37.902740 , -114.560550 |
Boyd | 37.437740 , -114.567220 |
Bristol | 38.079960 , -114.619440 |
Brown | 37.607190 , -114.132760 |
Caliente | 37.644925 , -114.492505 |
Carp | 37.111910 , -114.492770 |
Caselton | 37.919130 , -114.485270 |
Caselton Heights | 37.913850 , -114.479160 |
Cold Spring | 37.751350 , -114.424710 |
Crestline | 37.663580 , -114.126090 |
Crossroads | 37.565800 , -114.256090 |
Crystal Springs | 37.531630 , -115.233910 |
Delamar | 37.458020 , -114.770000 |
Dry Valley | 37.884352 , -114.305043 |
Eccles | 37.615240 , -114.431660 |
Elgin | 37.351910 , -114.535830 |
Flat Nose | 37.893300 , -114.300540 |
Galt | 37.017470 , -114.605830 |
Helene | 37.481070 , -114.776670 |
Hiko | 37.606287 , -115.201830 |
Horseshoe Bend | 37.684130 , -114.129430 |
Hoya | 36.946910 , -114.652220 |
Indian Cove | 37.655240 , -114.495270 |
Joseco | 37.501910 , -114.229150 |
Kyle | 37.314410 , -114.490550 |
Mendha | 37.956070 , -114.514440 |
Mount Wilson | 38.234995 , -114.450330 |
Mud Springs | 38.279960 , -114.135540 |
Panaca | 37.788963 , -114.399666 |
Pioche | 37.951972 , -114.443452 |
Pony Springs | 38.318850 , -114.606660 |
Prince | 37.899960 , -114.474160 |
Rachel | 37.650958 , -115.734120 |
Rose Valley | 37.938020 , -114.252480 |
Rox | 36.880800 , -114.667220 |
Stine | 37.495240 , -114.588890 |
Strawberry Hill | 37.619960 , -114.513330 |
Sundown | 37.626890 , -115.804760 |
Tempiute | 37.652450 , -115.635870 |
Ursine | 37.977289 , -114.228869 |
Uvada | 37.729452 , -114.051850 |
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.