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 : ( 31.349187 , -90.737435 , 31.717524 , -90.24389 )
Wikipedia ID for Lincoln : Q485896
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:Q485896 wdt:P1082 ?population. }
OPTIONAL { wd:Q485896 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485896 wdt:P2046 ?area. }
OPTIONAL { wd:Q485896 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485896 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485896 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"](31.349187, -90.737435, 31.717524, -90.24389);
);
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) |
Arlington | 31.418510 , -90.556770 |
Auburn | 31.359340 , -90.607880 |
Blueberry Hill | 31.402670 , -90.444260 |
Bogue Chitto | 31.429418 , -90.461884 |
Bristerville | 31.380170 , -90.276200 |
Brookhaven | 31.580355 , -90.443236 |
Cam | 31.557950 , -90.387590 |
Carlos | 31.618220 , -90.379260 |
Caseyville | 31.672940 , -90.655650 |
Cobbs | 31.559890 , -90.574540 |
East Lincoln | 31.485170 , -90.292040 |
Enterprise | 31.473510 , -90.385370 |
Fair Oak Springs | 31.554610 , -90.320370 |
Fair River | 31.546000 , -90.269260 |
Friendship | 31.612670 , -90.396760 |
Harmony | 31.522390 , -90.268150 |
Hartman | 31.513780 , -90.436760 |
Loyd Star | 31.626560 , -90.550100 |
Montgomery | 31.641830 , -90.419540 |
New Sight | 31.654330 , -90.448430 |
Norfield | 31.407670 , -90.467320 |
Rafn | 31.625720 , -90.291200 |
Ruth | 31.381560 , -90.316480 |
Thayer | 31.490170 , -90.447870 |
Vaughn | 31.577110 , -90.573430 |
Wellman | 31.458510 , -90.360650 |
West Lincoln | 31.492950 , -90.569270 |
Wilkinson | 31.390450 , -90.409540 |
Williams | 31.553230 , -90.615650 |
Woolworth | 31.633220 , -90.273420 |
Zetus | 31.563780 , -90.529540 |
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.