Download outline map of Muscogee (geojson format) :
Muscogee.geojson (**)
Download polygon array of Muscogee map for "Google Maps" :
Muscogee.txt
Bounding Box for Muscogee Map : ( 32.373874 , -85.080784 , 32.608137 , -84.667463 )
Wikipedia ID for Muscogee : Q492048
Wikipedia SPARQL Query for Muscogee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q492048 wdt:P1082 ?population. }
OPTIONAL { wd:Q492048 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q492048 wdt:P2046 ?area. }
OPTIONAL { wd:Q492048 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q492048 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q492048 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 Muscogee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.373874, -85.080784, 32.608137, -84.667463);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Muscogee)
[out:json];
(
rel["name"="Muscogee"][type=boundary];
rel["name:en"="Muscogee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Muscogee
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alta Vista | 32.481530 , -84.924930 |
| Baker Village | 32.424590 , -84.938820 |
| Battle Park | 32.384590 , -84.949370 |
| Beaver Run | 32.544030 , -84.860760 |
| Benning Hills | 32.412090 , -84.935210 |
| Benning Park | 32.432370 , -84.940490 |
| Brookhaven | 32.450700 , -84.944380 |
| Caroline Park | 32.514590 , -84.976880 |
| Cascade Hills | 32.509310 , -84.984100 |
| Cherokee Park | 32.405700 , -84.961040 |
| City Village | 32.488750 , -84.987990 |
| Columbus | 32.509961 , -84.877041 |
| Crystal Valley | 32.515970 , -84.885490 |
| Custer Road Terrace | 32.389310 , -84.941600 |
| Double Churches | 32.556810 , -84.976320 |
| Edgewood | 32.491250 , -84.924930 |
| Englewood | 32.456530 , -84.913540 |
| Farmington | 32.519580 , -84.877150 |
| Fortson | 32.607080 , -84.937150 |
| Foxrun | 32.536250 , -84.872150 |
| Glen Arden | 32.473750 , -84.916880 |
| Glenns | 32.530700 , -84.950770 |
| Highland Park | 32.487920 , -84.936880 |
| Highland Pines | 32.557920 , -84.946880 |
| Laurel Hills | 32.517920 , -84.987150 |
| Lyn Hills | 32.538470 , -84.930210 |
| McGraw Manor | 32.397370 , -84.921870 |
| Midland | 32.574860 , -84.827150 |
| Muscogee Manor | 32.495420 , -84.866040 |
| Oakland Park | 32.413200 , -84.960490 |
| Pine Hill | 32.427920 , -84.935760 |
| Riverland Terrace | 32.421810 , -84.954650 |
| Saint Marys Hills | 32.451250 , -84.934650 |
| Sand Hill | 32.407370 , -84.896600 |
| Sunset Terrace | 32.446810 , -84.919370 |
| Twin Chapel | 32.568190 , -84.972710 |
| Upatoi | 32.548750 , -84.739930 |
| Weracoba Heights | 32.474030 , -84.968820 |
| Willett | 32.448480 , -84.956880 |
| Willis Plaza | 32.425700 , -84.931040 |
Notes:
- You can download geometry data for Muscogee 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.