Lincoln (Georgia) Map Cropping Samples
Lincoln (Georgia) Map Cropping Samples-1
Lincoln (Georgia) 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 : ( 33.636979 , -82.645606 , 33.984195 , -82.218649 )
Wikipedia ID for Lincoln : Q491519
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:Q491519 wdt:P1082 ?population. }
OPTIONAL { wd:Q491519 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491519 wdt:P2046 ?area. }
OPTIONAL { wd:Q491519 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491519 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491519 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"](33.636979, -82.645606, 33.984195, -82.218649);
);
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) |
Amity | 33.675960 , -82.489570 |
Beulah | 33.932620 , -82.628750 |
Bussey | 33.737070 , -82.310680 |
Chennault | 33.907620 , -82.602080 |
Clay Hill | 33.664570 , -82.444290 |
Curry Hill | 33.843180 , -82.530410 |
Double Branches | 33.752070 , -82.332900 |
Gill | 33.934840 , -82.622080 |
Graball | 33.929840 , -82.564580 |
Honora | 33.907340 , -82.509850 |
Leverett | 33.810680 , -82.390960 |
Lincolnton | 33.793092 , -82.477654 |
Lisbon | 33.956790 , -82.580970 |
Loce | 33.722630 , -82.477350 |
Lovelace | 33.791240 , -82.570970 |
Martins Crossroads | 33.772350 , -82.371790 |
Maxim | 33.793180 , -82.340680 |
Midway | 33.878460 , -82.552350 |
New Hope | 33.749290 , -82.391790 |
Sybert | 33.814850 , -82.554850 |
Woodlawn | 33.704020 , -82.444020 |
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.