Lincoln (Colorado) Map Cropping Samples
Lincoln (Colorado) Map Cropping Samples-1
Lincoln (Colorado) Map Cropping Samples-2
Lincoln neighborhoods and villages map with 3D shadow effect
flag map of Lincoln with 3D shadow effect
Lincoln map with 3d shadow effect
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 : ( 38.516409 , -104.055539 , 39.56657 , -103.154376 )
Wikipedia ID for Lincoln : Q312586
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:Q312586 wdt:P1082 ?population. }
OPTIONAL { wd:Q312586 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q312586 wdt:P2046 ?area. }
OPTIONAL { wd:Q312586 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q312586 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q312586 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"](38.516409, -104.055539, 39.56657, -103.154376);
);
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) |
Arriba | 39.284058 , -103.273903 |
Bovina | 39.280270 , -103.385220 |
Boyero | 38.942770 , -103.279110 |
Clifford | 39.043880 , -103.351330 |
Genoa | 39.278330 , -103.498786 |
Hugo | 39.135962 , -103.473373 |
Karval | 38.733330 , -103.537170 |
Limon | 39.265027 , -103.690066 |
Punkin Center | 38.851940 , -103.700500 |
Shaw | 39.550540 , -103.360780 |
Wareland | 39.092490 , -103.215770 |
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.