Download outline map of Macon (geojson format) :
Macon.geojson (**)
Download polygon array of Macon map for "Google Maps" :
Macon.txt
Bounding Box for Macon Map : ( 36.411836 , -86.228724 , 36.640184 , -85.788004 )
Wikipedia ID for Macon : Q502072
Wikipedia SPARQL Query for Macon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502072 wdt:P1082 ?population. }
OPTIONAL { wd:Q502072 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502072 wdt:P2046 ?area. }
OPTIONAL { wd:Q502072 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502072 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502072 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 Macon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.411836, -86.228724, 36.640184, -85.788004);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Macon)
[out:json];
(
rel["name"="Macon"][type=boundary];
rel["name:en"="Macon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Macon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barefoot | 36.635880 , -86.192210 |
Beech Bottom | 36.465330 , -86.008040 |
Beech Hill | 36.471160 , -86.106380 |
Brattontown | 36.533110 , -86.056930 |
Browns | 36.489500 , -85.971650 |
Cedar Bluff | 36.496710 , -86.130540 |
Cross Lanes | 36.522270 , -86.149430 |
Cross Roads | 36.613380 , -86.153040 |
Days Crossroads | 36.510330 , -85.987480 |
Drapers Crossroads | 36.512000 , -85.908870 |
Enon | 36.594780 , -85.911090 |
Eulia | 36.524490 , -86.172760 |
Fairview | 36.511160 , -86.178040 |
Frog Pond | 36.546440 , -85.969980 |
Galen | 36.576720 , -85.961930 |
Gap of the Ridge | 36.526720 , -86.111100 |
Gibbs Crossroads | 36.449220 , -85.880540 |
Green Grove | 36.464770 , -86.173040 |
Green Valley | 36.609770 , -86.040260 |
Greenwood | 36.508390 , -85.861920 |
Gum Springs | 36.444500 , -85.945260 |
Haysville | 36.616720 , -86.083320 |
Hillsdale | 36.446160 , -86.058600 |
Horsleys | 36.469490 , -86.118040 |
Kirby | 36.478940 , -85.908320 |
Lafayette | 36.524127 , -86.030838 |
Long Creek | 36.557270 , -86.093040 |
Maple Grove | 36.555050 , -86.048320 |
Meadorville | 36.474500 , -86.036100 |
Mill Town | 36.472280 , -85.878590 |
New Harmony | 36.489220 , -86.092760 |
New Zion | 36.569770 , -86.173320 |
Oakdale | 36.564490 , -86.122490 |
Olio | 36.440330 , -85.994430 |
Pleasant Hill | 36.568380 , -86.071930 |
Pleasant Valley | 36.460330 , -86.119430 |
Prosperity | 36.487280 , -85.874150 |
Pumpkintown | 36.587280 , -85.910810 |
Red Boiling Springs | 36.529905 , -85.848094 |
Rocky Mound | 36.607550 , -86.165820 |
Russell Hill | 36.431720 , -85.897200 |
Siloam | 36.546160 , -86.212770 |
Spivey | 36.595330 , -85.827200 |
Sunrise | 36.570050 , -85.897760 |
Sycamore Valley | 36.517280 , -85.928040 |
Underwood | 36.610890 , -85.986930 |
Walnut Shade | 36.574500 , -85.829980 |
Webbtown | 36.500330 , -85.968590 |
White Oak | 36.599220 , -85.986370 |
Willette | 36.441170 , -85.850540 |
Williams | 36.553110 , -86.020820 |
Winklers Crossroads | 36.605890 , -85.841920 |
Wixtown | 36.541440 , -86.138600 |
Notes:
- You can download geometry data for Macon 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.