Dade (Georgia) Map Cropping Samples

Dade (Georgia) Map Cropping Samples-1

Dade (Georgia) Map Cropping Samples-2

Dade neighborhoods and villages map with 3D shadow effect

flag map of Dade with 3D shadow effect

Dade map with 3d shadow effect
 
Download outline map of Dade (geojson format) : 
Dade.geojson (**)
Download polygon array of Dade map for "Google Maps" : 
Dade.txt
Bounding Box for Dade Map : ( 34.623858 , -85.605165 , 34.984678 , -85.363919 )
Wikipedia ID for Dade : Q486654
Wikipedia SPARQL Query for Dade (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q486654 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q486654 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q486654 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q486654 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q486654 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q486654 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 Dade map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.623858, -85.605165, 34.984678, -85.363919);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dade)
	
[out:json];
(
rel["name"="Dade"][type=boundary];
rel["name:en"="Dade"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dade
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Amos Mill | 34.717580 , -85.518850 | 
| Avans | 34.885360 , -85.544130 | 
| Cedar Hill | 34.812580 , -85.540800 | 
| Cloverdale | 34.721190 , -85.528020 | 
| Gass | 34.863690 , -85.549130 | 
| Hooker | 34.978970 , -85.433850 | 
| Morganville | 34.936470 , -85.453570 | 
| New England | 34.910360 , -85.480240 | 
| Plum Nelly | 34.792300 , -85.486070 | 
| Rising Fawn | 34.760080 , -85.531080 | 
| Stewart Town | 34.821190 , -85.563020 | 
| Sulphur Springs Station | 34.688410 , -85.541350 | 
| Trenton | 34.874150 , -85.509647 | 
| West Brow | 34.922850 , -85.415240 | 
| Wildwood | 34.963410 , -85.411070 | 
Notes:
- You can download geometry data for Dade 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.