Download outline map of Gordon (geojson format) :
Gordon.geojson (**)
Download polygon array of Gordon map for "Google Maps" :
Gordon.txt
Bounding Box for Gordon Map : ( 34.38419 , -85.112327 , 34.634128 , -84.644432 )
Wikipedia ID for Gordon : Q200696
Wikipedia SPARQL Query for Gordon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q200696 wdt:P1082 ?population. }
OPTIONAL { wd:Q200696 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q200696 wdt:P2046 ?area. }
OPTIONAL { wd:Q200696 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q200696 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q200696 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 Gordon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.38419, -85.112327, 34.634128, -84.644432);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gordon)
[out:json];
(
rel["name"="Gordon"][type=boundary];
rel["name:en"="Gordon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gordon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Audubon | 34.566200 , -84.819110 |
Blackwood | 34.456480 , -84.902720 |
Bobo | 34.476760 , -84.675210 |
Calhoun | 34.492513 , -84.939390 |
Cash | 34.489810 , -84.818550 |
Colima | 34.543140 , -84.707160 |
Crane Eater | 34.525090 , -84.872440 |
Curryville | 34.443700 , -85.078840 |
Damascus | 34.550090 , -84.935780 |
Decora | 34.579250 , -84.862720 |
Fairmount | 34.437993 , -84.699797 |
Farmville | 34.448420 , -84.844380 |
Fidelle | 34.604250 , -84.820490 |
Hunts Corner | 34.530090 , -84.845500 |
Lewis Corner | 34.515090 , -84.810220 |
Nickelsville | 34.601750 , -84.866890 |
Oakman | 34.566480 , -84.708270 |
Oostanaula | 34.481480 , -85.014390 |
Petersburg | 34.586750 , -84.715490 |
Plainville | 34.405265 , -85.031489 |
Ranger | 34.501261 , -84.711067 |
Redbud | 34.532860 , -84.816330 |
Reeves | 34.461480 , -85.012720 |
Resaca | 34.578932 , -84.943975 |
Ryo | 34.453980 , -84.673820 |
Sonoraville | 34.448140 , -84.808830 |
Sugar Valley | 34.558140 , -85.011890 |
Yarbroughs Mill | 34.427310 , -84.774100 |
Notes:
- You can download geometry data for Gordon 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.