Download outline map of Walton (geojson format) :
Walton.geojson (**)
Download polygon array of Walton map for "Google Maps" :
Walton.txt
Bounding Box for Walton Map : ( 33.596919 , -83.982201 , 33.929844 , -83.505928 )
Wikipedia ID for Walton : Q498312
Wikipedia SPARQL Query for Walton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498312 wdt:P1082 ?population. }
OPTIONAL { wd:Q498312 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498312 wdt:P2046 ?area. }
OPTIONAL { wd:Q498312 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498312 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498312 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 Walton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.596919, -83.982201, 33.929844, -83.505928);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Walton)
[out:json];
(
rel["name"="Walton"][type=boundary];
rel["name:en"="Walton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Walton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alcovy Mountain | 33.740670 , -83.766290 |
Between | 33.817770 , -83.804335 |
Bold Springs | 33.900940 , -83.801570 |
Bradley | 33.877340 , -83.635450 |
Braswell | 33.760120 , -83.554060 |
Campton | 33.871780 , -83.720170 |
Caruthers Mill | 33.880120 , -83.592940 |
Ebenezer | 33.711230 , -83.621840 |
Good Hope | 33.784990 , -83.609380 |
Gratis | 33.882610 , -83.663230 |
Herndonville | 33.711230 , -83.699620 |
Jersey | 33.717686 , -83.800038 |
Loganville | 33.835279 , -83.895749 |
Monroe | 33.799688 , -83.715419 |
Nicholasville | 33.868170 , -83.754620 |
Pannell | 33.768450 , -83.674890 |
Rosebud | 33.798720 , -83.966580 |
Snows Mill | 33.839840 , -83.557940 |
Social Circle | 33.647596 , -83.712899 |
Split Silk | 33.829550 , -83.841570 |
Walker Park | 33.837060 , -83.734900 |
Walnut Grove | 33.745399 , -83.850269 |
Whitney | 33.722340 , -83.711840 |
Windsor | 33.880110 , -83.841570 |
Youth | 33.785390 , -83.856010 |
Notes:
- You can download geometry data for Walton 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.