Charlton (Georgia) Map Cropping Samples
Charlton (Georgia) Map Cropping Samples-1
Charlton (Georgia) Map Cropping Samples-2
Charlton neighborhoods and villages map with 3D shadow effect
flag map of Charlton with 3D shadow effect
Charlton map with 3d shadow effect
Download outline map of Charlton (geojson format) :
Charlton.geojson (**)
Download polygon array of Charlton map for "Google Maps" :
Charlton.txt
Bounding Box for Charlton Map : ( 30.355757 , -82.420442 , 31.075809 , -81.891878 )
Wikipedia ID for Charlton : Q486659
Wikipedia SPARQL Query for Charlton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486659 wdt:P1082 ?population. }
OPTIONAL { wd:Q486659 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486659 wdt:P2046 ?area. }
OPTIONAL { wd:Q486659 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486659 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486659 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 Charlton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.355757, -82.420442, 31.075809, -81.891878);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Charlton)
[out:json];
(
rel["name"="Charlton"][type=boundary];
rel["name:en"="Charlton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Charlton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Clarking | 30.516340 , -82.118170 |
Ferry Landing | 30.783010 , -82.024560 |
Folkston | 30.839250 , -82.007246 |
Homeland | 30.860272 , -82.021191 |
Mattox | 30.917730 , -82.084560 |
McLeods Mill | 30.971610 , -82.388740 |
Moniac | 30.518290 , -82.225120 |
Newell | 30.941620 , -82.022060 |
Paxton | 30.849120 , -82.072900 |
Racepond | 31.003010 , -82.129570 |
Silver Hill | 30.838010 , -82.126230 |
St. George | 30.521070 , -82.037610 |
Stanley Landing | 30.754960 , -82.037340 |
Stokesville | 30.383290 , -82.068170 |
Toledo | 30.636070 , -82.052620 |
Traders Hill | 30.779680 , -82.030950 |
Uptonville | 30.899670 , -82.068170 |
Winokur | 31.038280 , -82.020120 |
Notes:
- You can download geometry data for Charlton 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.