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 : ( 41.577519 , -111.047331 , 43.316096 , -110.046403 )
Wikipedia ID for Lincoln : Q484527
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:Q484527 wdt:P1082 ?population. }
OPTIONAL { wd:Q484527 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484527 wdt:P2046 ?area. }
OPTIONAL { wd:Q484527 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484527 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484527 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"](41.577519, -111.047331, 43.316096, -110.046403);
);
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) |
Afton | 42.729498 , -110.931709 |
Alpine | 43.160746 , -111.018166 |
Alpine Junction | 43.172420 , -111.018540 |
Alpine Northeast | 43.194062 , -111.007323 |
Alpine Northwest | 43.180461 , -111.033180 |
Auburn | 42.794359 , -111.013455 |
Bedford | 42.898348 , -110.943127 |
Blazon Junction | 41.684950 , -110.552670 |
Border Junction | 42.213270 , -111.042410 |
Cokeville | 42.071362 , -110.959867 |
Diamondville | 41.777171 , -110.535738 |
Elkol | 41.723840 , -110.612390 |
Etna | 43.033435 , -111.012949 |
Fairview | 42.687080 , -110.986631 |
Fontenelle | 41.997308 , -110.062565 |
Fossil | 41.816060 , -110.724070 |
Freedom | 42.985344 , -111.029605 |
Frontier | 41.814110 , -110.537110 |
Grover | 42.794695 , -110.929527 |
Kemmerer | 41.776085 , -110.555526 |
La Barge | 42.260529 , -110.196958 |
Nordic | 43.079318 , -110.991325 |
Oakley | 41.750972 , -110.526057 |
Opal | 41.768055 , -110.324078 |
Osmond | 42.677897 , -110.940629 |
Rocky Crossing | 41.612730 , -110.124870 |
Sage | 41.813550 , -110.958240 |
Smoot | 42.619056 , -110.919596 |
Star Valley Ranch | 42.979876 , -110.962563 |
Taylor | 42.070254 , -110.989757 |
Thayne | 42.919127 , -110.996839 |
Turnerville | 42.862268 , -110.900718 |
Viola | 42.266050 , -110.378500 |
Willow Addition | 41.799110 , -110.534610 |
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.