Download outline map of Coffee (geojson format) :
Coffee.geojson (**)
Download polygon array of Coffee map for "Google Maps" :
Coffee.txt
Bounding Box for Coffee Map : ( 31.363884 , -83.151141 , 31.816199 , -82.596283 )
Wikipedia ID for Coffee : Q156503
Wikipedia SPARQL Query for Coffee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156503 wdt:P1082 ?population. }
OPTIONAL { wd:Q156503 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156503 wdt:P2046 ?area. }
OPTIONAL { wd:Q156503 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156503 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156503 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 Coffee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.363884, -83.151141, 31.816199, -82.596283);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coffee)
[out:json];
(
rel["name"="Coffee"][type=boundary];
rel["name:en"="Coffee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coffee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ambrose | 31.594442 , -83.013715 |
Bay Meadows | 31.459920 , -82.916530 |
Bethel | 31.466310 , -82.881530 |
Blystonel | 31.538250 , -82.851530 |
Bridgetown | 31.436590 , -83.056540 |
Broxton | 31.624794 , -82.887711 |
Bushnell | 31.560190 , -82.959870 |
Chatterton | 31.511590 , -82.736250 |
Cherokee Hills | 31.546030 , -82.802920 |
Douglas | 31.507326 , -82.854318 |
Huffer | 31.562970 , -82.794030 |
Lax | 31.473250 , -83.121540 |
Lehigh | 31.665470 , -82.715420 |
Lotts | 31.587690 , -82.858200 |
Mora | 31.414090 , -82.953760 |
Nicholls | 31.519151 , -82.638683 |
Oak Park | 31.523250 , -82.817360 |
Pridgen | 31.696850 , -82.922920 |
Relee | 31.761020 , -82.932920 |
Saginaw | 31.516030 , -82.669580 |
Sapps Still | 31.716020 , -82.937370 |
Upton | 31.521580 , -82.893200 |
West Green | 31.612970 , -82.734590 |
Wilsonville | 31.410760 , -82.680970 |
Notes:
- You can download geometry data for Coffee 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.