Jeff Davis (Georgia) Map Cropping Samples
![Jeff Davis (Georgia) Map Cropping Samples-1](og_image/map_cropping/4-102084485-1.jpeg)
Jeff Davis (Georgia) Map Cropping Samples-1
![Jeff Davis (Georgia) Map Cropping Samples-2](og_image/map_cropping/4-102084485-3.jpeg)
Jeff Davis (Georgia) Map Cropping Samples-2
![Jeff Davis neighborhoods and villages map with 3D shadow effect](og_image/photo_maps/photo_map_102084485.jpg)
Jeff Davis neighborhoods and villages map with 3D shadow effect
![flag map of Jeff Davis with 3D shadow effect](og_image/flag_maps/flag_map_102084485.jpg)
flag map of Jeff Davis with 3D shadow effect
![Jeff Davis map with 3d shadow effect](og_image/blank_maps/map_102084485.png)
Jeff Davis map with 3d shadow effect
Download outline map of Jeff Davis (geojson format) :
Jeff Davis.geojson (**)
Download polygon array of Jeff Davis map for "Google Maps" :
Jeff Davis.txt
Bounding Box for Jeff Davis Map : ( 31.671281 , -82.836861 , 31.971689 , -82.430452 )
Wikipedia ID for Jeff Davis : Q493071
Wikipedia SPARQL Query for Jeff Davis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493071 wdt:P1082 ?population. }
OPTIONAL { wd:Q493071 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493071 wdt:P2046 ?area. }
OPTIONAL { wd:Q493071 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493071 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493071 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 Jeff Davis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.671281, -82.836861, 31.971689, -82.430452);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jeff Davis)
[out:json];
(
rel["name"="Jeff Davis"][type=boundary];
rel["name:en"="Jeff Davis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jeff Davis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brooker | 31.747410 , -82.685420 |
Denton | 31.722137 , -82.696760 |
Hazlehurst | 31.865094 , -82.599414 |
Kirkland | 31.798520 , -82.762640 |
Roper | 31.812130 , -82.651530 |
Satilla | 31.792108 , -82.564040 |
Snipesville | 31.761850 , -82.750980 |
Tallahassee | 31.919080 , -82.569020 |
Notes:
- You can download geometry data for Jeff Davis 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.