Evans (Georgia) Map Cropping Samples
Evans (Georgia) Map Cropping Samples-1
Evans (Georgia) Map Cropping Samples-2
Evans neighborhoods and villages map with 3D shadow effect
flag map of Evans with 3D shadow effect
Evans map with 3d shadow effect
Download outline map of Evans (geojson format) :
Evans.geojson (**)
Download polygon array of Evans map for "Google Maps" :
Evans.txt
Bounding Box for Evans Map : ( 32.0479 , -82.025339 , 32.278883 , -81.718658 )
Wikipedia ID for Evans : Q493044
Wikipedia SPARQL Query for Evans (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493044 wdt:P1082 ?population. }
OPTIONAL { wd:Q493044 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493044 wdt:P2046 ?area. }
OPTIONAL { wd:Q493044 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493044 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493044 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 Evans map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.0479, -82.025339, 32.278883, -81.718658);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Evans)
[out:json];
(
rel["name"="Evans"][type=boundary];
rel["name:en"="Evans"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Evans
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bay Branch | 32.086580 , -81.975670 |
Bellville | 32.152558 , -81.974354 |
Claxton | 32.161340 , -81.909357 |
Daisy | 32.150993 , -81.836227 |
Deans Crossing | 32.092700 , -81.905120 |
Edna | 32.231300 , -81.830670 |
Hagan | 32.153585 , -81.930451 |
Jennie | 32.050750 , -81.889000 |
Mount Pleasant | 32.184080 , -81.857340 |
Undine | 32.227410 , -81.979560 |
Notes:
- You can download geometry data for Evans 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.