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.260152 , -118.979519 , 47.957728 , -117.819405 )
Wikipedia ID for Lincoln : Q484150
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:Q484150 wdt:P1082 ?population. }
OPTIONAL { wd:Q484150 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484150 wdt:P2046 ?area. }
OPTIONAL { wd:Q484150 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484150 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484150 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.260152, -118.979519, 47.957728, -117.819405);
);
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) |
Almira | 47.710605 , -118.936929 |
Bagdad Junction | 47.873760 , -118.937520 |
Bluestem | 47.524880 , -118.126630 |
Canby | 47.498770 , -118.024130 |
Creston | 47.759838 , -118.520073 |
Croskey | 47.307380 , -117.841880 |
Davenport | 47.656163 , -118.151936 |
Downs | 47.371540 , -118.397200 |
Earl | 47.551820 , -118.379430 |
Edwall | 47.504600 , -117.951070 |
Elanor | 47.604050 , -117.889950 |
Fishtrap | 47.388490 , -117.830770 |
Fort Spokane | 47.904600 , -118.309150 |
Govan | 47.738760 , -118.823060 |
Gravelles | 47.620990 , -117.999130 |
Harrington | 47.480233 , -118.255185 |
Hesseltine | 47.874320 , -118.830010 |
Lamona | 47.359320 , -118.482480 |
Lincoln | 47.829050 , -118.414990 |
Little Falls | 47.830160 , -117.913020 |
Long Lake | 47.836000 , -117.848850 |
Miles | 47.910710 , -118.292490 |
Mohler | 47.404870 , -118.329140 |
Mondovi | 47.681270 , -118.016360 |
Nemo | 47.342930 , -118.595550 |
Odessa | 47.332631 , -118.689287 |
Omans | 47.602100 , -118.078020 |
Reardan | 47.669833 , -117.877907 |
Rocklyn | 47.629600 , -118.269700 |
Seven Bays | 47.850990 , -118.341650 |
Sherman | 47.827380 , -118.605000 |
Sprague | 47.300285 , -117.975745 |
Telford | 47.694320 , -118.407210 |
Waukon | 47.539610 , -117.843280 |
Wheeler Corner | 47.550710 , -117.972460 |
Wilbur | 47.757892 , -118.714400 |
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.