Wilkinson (Georgia) Map Cropping Samples
Wilkinson (Georgia) Map Cropping Samples-1
Wilkinson (Georgia) Map Cropping Samples-2
Wilkinson neighborhoods and villages map with 3D shadow effect
flag map of Wilkinson with 3D shadow effect
Wilkinson map with 3d shadow effect
Download outline map of Wilkinson (geojson format) :
Wilkinson.geojson (**)
Download polygon array of Wilkinson map for "Google Maps" :
Wilkinson.txt
Bounding Box for Wilkinson Map : ( 32.584201 , -83.40699 , 33.008791 , -82.945098 )
Wikipedia ID for Wilkinson : Q486317
Wikipedia SPARQL Query for Wilkinson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486317 wdt:P1082 ?population. }
OPTIONAL { wd:Q486317 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486317 wdt:P2046 ?area. }
OPTIONAL { wd:Q486317 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486317 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486317 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 Wilkinson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.584201, -83.40699, 33.008791, -82.945098);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wilkinson)
[out:json];
(
rel["name"="Wilkinson"][type=boundary];
rel["name:en"="Wilkinson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wilkinson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allentown | 32.592668 , -83.225824 |
Beech Hill | 32.822380 , -83.009030 |
Brooks | 32.909860 , -83.381550 |
Clayfields | 32.853760 , -83.251270 |
Edgars | 32.845150 , -83.212380 |
Gordon | 32.886638 , -83.334924 |
Irwinton | 32.810758 , -83.173696 |
Ivey | 32.909215 , -83.298267 |
Lewiston | 32.896530 , -83.402110 |
Lindsey | 32.661550 , -83.113760 |
Massey Hill | 32.860140 , -83.346550 |
McIntyre | 32.846570 , -83.201095 |
Nicklesville | 32.686270 , -83.085430 |
Toomsboro | 32.822373 , -83.082638 |
Notes:
- You can download geometry data for Wilkinson 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.