Banks (Georgia) Map Cropping Samples
Banks (Georgia) Map Cropping Samples-1
Banks (Georgia) Map Cropping Samples-2
Banks neighborhoods and villages map with 3D shadow effect
flag map of Banks with 3D shadow effect
Banks map with 3d shadow effect
Download outline map of Banks (geojson format) :
Banks.geojson (**)
Download polygon array of Banks map for "Google Maps" :
Banks.txt
Bounding Box for Banks Map : ( 34.197499 , -83.66967 , 34.491734 , -83.337849 )
Wikipedia ID for Banks : Q488201
Wikipedia SPARQL Query for Banks (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488201 wdt:P1082 ?population. }
OPTIONAL { wd:Q488201 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488201 wdt:P2046 ?area. }
OPTIONAL { wd:Q488201 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488201 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488201 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 Banks map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.197499, -83.66967, 34.491734, -83.337849);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Banks)
[out:json];
(
rel["name"="Banks"][type=boundary];
rel["name:en"="Banks"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Banks
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banks Crossing | 34.256770 , -83.464050 |
Belton | 34.399820 , -83.655450 |
Carlan | 34.334270 , -83.400440 |
Erastus | 34.252610 , -83.340990 |
Five Points | 34.241220 , -83.390440 |
Hebron | 34.284830 , -83.364330 |
Hollingsworth | 34.438710 , -83.508230 |
Homer | 34.334982 , -83.498692 |
Jewelville | 34.372050 , -83.403770 |
Mount Pleasant | 34.367880 , -83.442110 |
Odis Crossroads | 34.394830 , -83.394890 |
Pinefield Crossroads | 34.421490 , -83.440720 |
Pruitt | 34.426490 , -83.439050 |
Uvena | 34.443440 , -83.416550 |
Notes:
- You can download geometry data for Banks 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.