Peach (Georgia) Map Cropping Samples
Peach (Georgia) Map Cropping Samples-1
Peach (Georgia) Map Cropping Samples-2
Peach neighborhoods and villages map with 3D shadow effect
flag map of Peach with 3D shadow effect
Peach map with 3d shadow effect
Download outline map of Peach (geojson format) :
Peach.geojson (**)
Download polygon array of Peach map for "Google Maps" :
Peach.txt
Bounding Box for Peach Map : ( 32.439123 , -84.018168 , 32.692815 , -83.70101 )
Wikipedia ID for Peach : Q491553
Wikipedia SPARQL Query for Peach (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491553 wdt:P1082 ?population. }
OPTIONAL { wd:Q491553 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491553 wdt:P2046 ?area. }
OPTIONAL { wd:Q491553 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491553 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491553 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 Peach map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.439123, -84.018168, 32.692815, -83.70101);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Peach)
[out:json];
(
rel["name"="Peach"][type=boundary];
rel["name:en"="Peach"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Peach
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albaugh | 32.545700 , -83.825740 |
Alice Ingram Subdivision | 32.528760 , -83.892130 |
Biss | 32.586540 , -83.845740 |
Bryn Mawr | 32.567920 , -83.812690 |
Byron | 32.647662 , -83.753883 |
Clopine | 32.484040 , -83.801850 |
Fagan | 32.519870 , -83.863520 |
Fort Valley | 32.552250 , -83.881354 |
Grogan | 32.585420 , -83.925460 |
Hartley | 32.579590 , -83.914630 |
Kewanee Farms | 32.673480 , -83.734910 |
Lakeview | 32.577920 , -83.749630 |
Miami Valley | 32.553760 , -83.796570 |
Myrtle | 32.487370 , -83.815460 |
Ohio | 32.582920 , -83.815740 |
Powersville | 32.604040 , -83.792690 |
State College | 32.537650 , -83.895190 |
Taylors Mill | 32.605980 , -83.873800 |
Notes:
- You can download geometry data for Peach 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.