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.182023 , -86.196365 , 31.619311 , -85.789139 )
Wikipedia ID for Coffee : Q485660
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:Q485660 wdt:P1082 ?population. }
OPTIONAL { wd:Q485660 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485660 wdt:P2046 ?area. }
OPTIONAL { wd:Q485660 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485660 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485660 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.182023, -86.196365, 31.619311, -85.789139);
);
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) |
Alberton | 31.277950 , -86.125780 |
Arcus | 31.513780 , -85.975220 |
Basin | 31.341560 , -86.130780 |
Battens Crossroads | 31.261010 , -85.889940 |
Bluff Springs | 31.571000 , -86.067170 |
Brooklyn | 31.312950 , -86.171060 |
Chestnut Grove | 31.597110 , -85.913560 |
Clintonville | 31.407110 , -85.894110 |
Coppinville | 31.309340 , -85.814380 |
Curtis | 31.397670 , -86.156890 |
Damascus | 31.320450 , -86.004390 |
Danleys Crossroads | 31.419050 , -86.167730 |
Elba | 31.417249 , -86.075929 |
Enterprise | 31.327602 , -85.845917 |
Fairview | 31.238230 , -86.044390 |
Frisco | 31.595440 , -85.865500 |
Goodman | 31.279610 , -85.993550 |
Holley Store | 31.222390 , -86.099110 |
Ino | 31.271280 , -86.094670 |
Jack | 31.574050 , -86.000230 |
Java | 31.557940 , -85.843830 |
Kinston | 31.219962 , -86.170444 |
Lee | 31.487940 , -86.074670 |
Lowry Mill | 31.538770 , -85.982170 |
New Brockton | 31.378423 , -85.922800 |
New Hope | 31.552940 , -85.867720 |
Newby | 31.555720 , -86.131620 |
Perry Store | 31.280170 , -86.157170 |
Pine Level | 31.475720 , -86.186340 |
Rhoades | 31.262670 , -86.161890 |
Richburg | 31.396830 , -85.960780 |
Roeton | 31.597660 , -85.834670 |
Saddle Hill | 31.455440 , -86.130500 |
Shady Grove | 31.524050 , -86.037730 |
Tabernacle | 31.451280 , -85.871330 |
Turner Crossroads | 31.312390 , -85.974110 |
Victoria | 31.529890 , -85.938280 |
Wilkinstown | 31.608220 , -85.998000 |
Zoar | 31.531550 , -86.106890 |
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.