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 : ( 47.89017 , -116.050002 , 49.00127 , -114.611925 )
Wikipedia ID for Lincoln : Q490344
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:Q490344 wdt:P1082 ?population. }
OPTIONAL { wd:Q490344 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490344 wdt:P2046 ?area. }
OPTIONAL { wd:Q490344 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490344 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490344 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"](47.89017, -116.050002, 49.00127, -114.611925);
);
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) |
Ant Flat | 48.724130 , -114.876550 |
Dodge Summit | 48.919130 , -115.357950 |
Eagle Lake Ranch | 48.760800 , -114.917940 |
Eureka | 48.876323 , -115.047582 |
Fortine | 48.772292 , -114.900779 |
Green Acres | 48.398560 , -115.567670 |
Happys Inn | 48.063843 , -115.135155 |
Indian Springs | 48.953423 , -115.044592 |
Jennings | 48.365510 , -115.344610 |
Kens Trailer Court | 48.346620 , -115.509890 |
Kootenai Falls | 48.448000 , -115.782670 |
Libby | 48.387130 , -115.555993 |
Midvale | 48.890239 , -115.054472 |
Pioneer Junction | 48.315810 , -115.518259 |
Posts Trailer Court | 48.399120 , -115.540440 |
Rexford | 48.899915 , -115.171530 |
Ripley | 48.384680 , -115.452110 |
Roosville | 48.999130 , -115.056560 |
Stryker | 48.672890 , -114.767803 |
Sylvanite | 48.706276 , -115.874045 |
Tobacco | 48.831080 , -114.977110 |
Trego | 48.657839 , -114.930202 |
Troy | 48.461616 , -115.891867 |
West Kootenai | 48.965184 , -115.221264 |
White Haven | 48.347766 , -115.516000 |
Yaak | 48.864619 , -115.677744 |
Yakt | 48.545500 , -115.968790 |
Yarnell (historical) | 48.470790 , -115.292390 |
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.