Download outline map of Coosa (geojson format) :
Coosa.geojson (**)
Download polygon array of Coosa map for "Google Maps" :
Coosa.txt
Bounding Box for Coosa Map : ( 32.753434 , -86.522283 , 33.104702 , -85.999748 )
Wikipedia ID for Coosa : Q487738
Wikipedia SPARQL Query for Coosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q487738 wdt:P1082 ?population. }
OPTIONAL { wd:Q487738 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q487738 wdt:P2046 ?area. }
OPTIONAL { wd:Q487738 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q487738 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q487738 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 Coosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.753434, -86.522283, 33.104702, -85.999748);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Coosa)
[out:json];
(
rel["name"="Coosa"][type=boundary];
rel["name:en"="Coosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Coosa
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bentleyville | 32.956230 , -86.260250 |
| Blue Springs | 33.073450 , -86.478040 |
| Bradford | 32.994840 , -86.084970 |
| Cottage Grove | 32.855680 , -86.122470 |
| Crewsville | 32.943460 , -86.136640 |
| Dollar | 32.878740 , -86.424140 |
| Equality | 32.762070 , -86.101910 |
| Fishpond | 32.867900 , -86.023300 |
| Gold Branch | 32.994290 , -86.387480 |
| Goodwater | 33.060828 , -86.051619 |
| Hanover | 33.004840 , -86.202470 |
| Hidden Valley | 32.990400 , -86.495540 |
| Hillwood | 32.925400 , -86.361360 |
| Hissop | 32.874553 , -86.115930 |
| Holman Crossroads | 33.104280 , -86.192470 |
| Jon | 32.894010 , -86.031080 |
| Kellys Crossroads | 32.837350 , -86.334420 |
| Kellyton | 32.979075 , -86.035812 |
| Keyno | 32.937070 , -86.109140 |
| Lyle | 32.888730 , -86.335250 |
| Moriah | 32.933730 , -86.345810 |
| Mount Olive | 33.076430 , -86.133389 |
| Nixburg | 32.827900 , -86.111080 |
| Parkdale | 33.097900 , -86.112190 |
| Pentonville | 32.815680 , -86.227750 |
| Quinsey | 32.949570 , -86.464420 |
| Ray | 32.878968 , -86.034988 |
| Richville | 32.815130 , -86.318310 |
| Rockford | 32.889570 , -86.215012 |
| Schley | 32.793180 , -86.369970 |
| Sehoya | 32.978460 , -86.484700 |
| Socapatoy | 32.986510 , -86.067190 |
| Soleo | 33.013730 , -86.035250 |
| Speed | 32.774850 , -86.231920 |
| Stewartville | 33.072493 , -86.265803 |
| Strickland Crossroads | 33.062900 , -86.386090 |
| Travelers Rest | 32.819570 , -86.330530 |
| Unity | 33.005400 , -86.359140 |
| Weogufka | 33.026670 , -86.316936 |
Notes:
- You can download geometry data for Coosa 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.