Download outline map of Catoosa (geojson format) :
Catoosa.geojson (**)
Download polygon array of Catoosa map for "Google Maps" :
Catoosa.txt
Bounding Box for Catoosa Map : ( 34.767639 , -85.265114 , 34.987647 , -84.979661 )
Wikipedia ID for Catoosa : Q260871
Wikipedia SPARQL Query for Catoosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q260871 wdt:P1082 ?population. }
OPTIONAL { wd:Q260871 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q260871 wdt:P2046 ?area. }
OPTIONAL { wd:Q260871 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q260871 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q260871 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 Catoosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.767639, -85.265114, 34.987647, -84.979661);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Catoosa)
[out:json];
(
rel["name"="Catoosa"][type=boundary];
rel["name:en"="Catoosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Catoosa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beaumount | 34.838130 , -85.191900 |
Blevins Acre | 34.953130 , -85.187180 |
Blue Spring | 34.876470 , -85.223840 |
Boyd Highlands | 34.981190 , -85.181340 |
Boynton | 34.923410 , -85.190790 |
Brookvale Estates | 34.971460 , -85.234680 |
Burning Bush | 34.898690 , -85.214680 |
Cinderella Hills | 34.954520 , -85.198290 |
Cloud Springs | 34.963410 , -85.256070 |
Copeland Crossing | 34.867020 , -85.081340 |
Dafron | 34.957020 , -85.202180 |
Dallondale | 34.963410 , -85.248840 |
Dietz | 34.944520 , -85.202180 |
East Boynton | 34.925630 , -85.172170 |
Ellie Spring | 34.923410 , -85.166340 |
Fort Oglethorpe | 34.931842 , -85.246028 |
Foster Hills | 34.968960 , -85.181900 |
Graysville | 34.976460 , -85.141340 |
Greenwood | 34.893690 , -85.074950 |
Indian Springs | 34.960544 , -85.159162 |
Keith | 34.918130 , -85.041890 |
Lakeview | 34.977680 , -85.253813 |
Love Hill | 34.918690 , -85.146340 |
McDonald Acres | 34.959800 , -85.239680 |
Midway | 34.963130 , -85.259400 |
Mitchell Acres | 34.951460 , -85.223570 |
Morris Estates | 34.975630 , -85.176620 |
Mount Pisgah | 34.845910 , -85.179120 |
New Liberty | 34.969520 , -85.157170 |
Newnan Springs | 34.977580 , -85.244400 |
Old Fort Estates | 34.952850 , -85.238840 |
Old Mill Trace | 34.944280 , -85.184130 |
Pinewood Estates | 34.969520 , -85.253290 |
Pleasant Grove | 34.881740 , -85.138280 |
Poplar Springs | 34.904240 , -85.138560 |
Post Oak | 34.895350 , -85.200790 |
Red Belt | 34.877300 , -85.259120 |
Ringgold | 34.914778 , -85.122414 |
Salem | 34.957020 , -85.042450 |
Scenic Hills | 34.923130 , -85.159400 |
Shookville | 34.911740 , -85.086340 |
Stone Church | 34.905910 , -85.077450 |
Sugartown | 34.886190 , -85.071620 |
Summit Hill | 34.957300 , -85.155230 |
Notes:
- You can download geometry data for Catoosa 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.