Greene (Georgia) Map Cropping Samples
Greene (Georgia) Map Cropping Samples-1
Greene (Georgia) Map Cropping Samples-2
Greene neighborhoods and villages map with 3D shadow effect
flag map of Greene with 3D shadow effect
Greene map with 3d shadow effect
Download outline map of Greene (geojson format) :
Greene.geojson (**)
Download polygon array of Greene map for "Google Maps" :
Greene.txt
Bounding Box for Greene Map : ( 33.35503 , -83.406189 , 33.761774 , -82.950723 )
Wikipedia ID for Greene : Q486765
Wikipedia SPARQL Query for Greene (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486765 wdt:P1082 ?population. }
OPTIONAL { wd:Q486765 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486765 wdt:P2046 ?area. }
OPTIONAL { wd:Q486765 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486765 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486765 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 Greene map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.35503, -83.406189, 33.761774, -82.950723);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Greene)
[out:json];
(
rel["name"="Greene"][type=boundary];
rel["name:en"="Greene"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Greene
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bairdstown | 33.698180 , -83.118760 |
Bethesda | 33.634290 , -83.009590 |
Carey | 33.547630 , -83.269050 |
Daniel Springs | 33.649570 , -82.974870 |
Darwin Subdivision | 33.551520 , -83.172100 |
Durham Town | 33.661790 , -83.032370 |
Greensboro | 33.567786 , -83.187747 |
Greshamville | 33.626510 , -83.323770 |
Jacksonville | 33.632630 , -83.037930 |
Liberty | 33.421520 , -83.137100 |
Mosquito Crossing | 33.474580 , -83.117100 |
Penfield | 33.667350 , -83.177380 |
Siloam | 33.536589 , -83.081225 |
Swaggy Valley | 33.455690 , -83.037100 |
Union Point | 33.617890 , -83.075744 |
Veazey | 33.504570 , -83.140990 |
White Plains | 33.481544 , -83.036515 |
Woodville | 33.671425 , -83.106344 |
Wrayswood | 33.693460 , -83.314600 |
Notes:
- You can download geometry data for Greene 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.