Polk (Georgia) Map Cropping Samples
Polk (Georgia) Map Cropping Samples-1
Polk (Georgia) Map Cropping Samples-2
Polk neighborhoods and villages map with 3D shadow effect
flag map of Polk with 3D shadow effect
Polk map with 3d shadow effect
Download outline map of Polk (geojson format) :
Polk.geojson (**)
Download polygon array of Polk map for "Google Maps" :
Polk.txt
Bounding Box for Polk Map : ( 33.899212 , -85.421852 , 34.100668 , -84.922742 )
Wikipedia ID for Polk : Q498395
Wikipedia SPARQL Query for Polk (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498395 wdt:P1082 ?population. }
OPTIONAL { wd:Q498395 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498395 wdt:P2046 ?area. }
OPTIONAL { wd:Q498395 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498395 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498395 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 Polk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.899212, -85.421852, 34.100668, -84.922742);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Polk)
[out:json];
(
rel["name"="Polk"][type=boundary];
rel["name:en"="Polk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Polk
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akes | 33.967320 , -85.318010 |
Antioch | 33.953430 , -85.161340 |
Aragon | 34.045688 , -85.057078 |
Benedict | 33.973990 , -85.257170 |
Caseyville | 33.913160 , -85.298010 |
Cedartown | 34.021559 , -85.250079 |
Dugdown | 33.900100 , -85.254950 |
Esom Hill | 33.948990 , -85.387730 |
Etna | 34.007600 , -85.395510 |
Fish | 33.998710 , -85.140780 |
Fish Creek | 34.010100 , -85.131620 |
Fullwood Springs | 33.919270 , -85.313290 |
Lake Creek | 34.070380 , -85.217170 |
Prior | 34.014540 , -85.378840 |
Rockmart | 34.010269 , -85.044197 |
Seney | 34.084820 , -85.121060 |
Van Wert | 33.987320 , -85.043280 |
Youngs | 33.947880 , -85.223280 |
Notes:
- You can download geometry data for Polk 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.