Download outline map of Talbot (geojson format) :
Talbot.geojson (**)
Download polygon array of Talbot map for "Google Maps" :
Talbot.txt
Bounding Box for Talbot Map : ( 32.518639 , -84.703196 , 32.883595 , -84.286246 )
Wikipedia ID for Talbot : Q498356
Wikipedia SPARQL Query for Talbot (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498356 wdt:P1082 ?population. }
OPTIONAL { wd:Q498356 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498356 wdt:P2046 ?area. }
OPTIONAL { wd:Q498356 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498356 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498356 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 Talbot map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.518639, -84.703196, 32.883595, -84.286246);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Talbot)
[out:json];
(
rel["name"="Talbot"][type=boundary];
rel["name:en"="Talbot"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Talbot
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baldwinville | 32.650690 , -84.449640 |
Baughville | 32.652910 , -84.670480 |
Beall | 32.737910 , -84.553260 |
Belleview | 32.772080 , -84.557700 |
Box Springs | 32.532640 , -84.661040 |
Brownsand | 32.573200 , -84.442140 |
Centerville | 32.694860 , -84.455480 |
Cunningham Crossroads | 32.822630 , -84.570200 |
Flint Hill | 32.822630 , -84.644650 |
Geneva | 32.578955 , -84.551615 |
Greens Mill | 32.767360 , -84.572700 |
Hawkins Crossroads | 32.761800 , -84.608260 |
Junction City | 32.603166 , -84.457350 |
Olive Branch | 32.672640 , -84.609650 |
Pleasant Hill | 32.806240 , -84.498810 |
Po Biddy Crossroads | 32.690420 , -84.471860 |
Poplar Crossroads | 32.704860 , -84.398530 |
Prattsburg | 32.712640 , -84.357700 |
Sardis | 32.796520 , -84.638810 |
Talbotton | 32.677268 , -84.540594 |
Tax Crossroads | 32.811800 , -84.598260 |
Woodland | 32.787675 , -84.560620 |
Ypsilanti | 32.742640 , -84.413250 |
Notes:
- You can download geometry data for Talbot 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.