Calhoun (Georgia) Map Cropping Samples
Calhoun (Georgia) Map Cropping Samples-1
Calhoun (Georgia) Map Cropping Samples-2
Calhoun neighborhoods and villages map with 3D shadow effect
flag map of Calhoun with 3D shadow effect
Calhoun map with 3d shadow effect
Download outline map of Calhoun (geojson format) :
Calhoun.geojson (**)
Download polygon array of Calhoun map for "Google Maps" :
Calhoun.txt
Bounding Box for Calhoun Map : ( 31.427882 , -84.828062 , 31.64367 , -84.412521 )
Wikipedia ID for Calhoun : Q156632
Wikipedia SPARQL Query for Calhoun (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156632 wdt:P1082 ?population. }
OPTIONAL { wd:Q156632 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156632 wdt:P2046 ?area. }
OPTIONAL { wd:Q156632 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156632 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156632 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 Calhoun map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.427882, -84.828062, 31.64367, -84.412521);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Calhoun)
[out:json];
(
rel["name"="Calhoun"][type=boundary];
rel["name:en"="Calhoun"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Calhoun
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arlington | 31.438292 , -84.725331 |
Bermuda | 31.489060 , -84.491580 |
Commissary Hill | 31.449900 , -84.666030 |
Cordrays Mill | 31.589060 , -84.563250 |
Edison | 31.560812 , -84.737402 |
Holt | 31.504060 , -84.453520 |
Jeff | 31.556280 , -84.809920 |
Leary | 31.484727 , -84.513299 |
Morgan | 31.538097 , -84.603239 |
Moye | 31.611000 , -84.776860 |
Oak Hill | 31.602670 , -84.477140 |
Parksville | 31.509620 , -84.763530 |
Turman | 31.501560 , -84.729360 |
Williamsburg | 31.464060 , -84.597970 |
Notes:
- You can download geometry data for Calhoun 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.