Irwin (Georgia) Map Cropping Samples

Irwin (Georgia) Map Cropping Samples-1

Irwin (Georgia) Map Cropping Samples-2

Irwin neighborhoods and villages map with 3D shadow effect

flag map of Irwin with 3D shadow effect

Irwin map with 3d shadow effect
 
Download outline map of Irwin (geojson format) : 
Irwin.geojson (**)
Download polygon array of Irwin map for "Google Maps" : 
Irwin.txt
Bounding Box for Irwin Map : ( 31.471857 , -83.500951 , 31.769659 , -82.99836 )
Wikipedia ID for Irwin : Q492057
Wikipedia SPARQL Query for Irwin (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q492057 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q492057 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q492057 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q492057 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q492057 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q492057 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 Irwin map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.471857, -83.500951, 31.769659, -82.99836);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Irwin)
	
[out:json];
(
rel["name"="Irwin"][type=boundary];
rel["name:en"="Irwin"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Irwin
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Abba | 31.756850 , -83.370440 | 
| Arp | 31.756020 , -83.406830 | 
| Holt | 31.595750 , -83.150710 | 
| Irwinville | 31.648240 , -83.382660 | 
| Lands Crossroads | 31.719630 , -83.384600 | 
| Mystic | 31.622130 , -83.335710 | 
| Ocilla | 31.598642 , -83.249783 | 
| Osierfield | 31.667130 , -83.115980 | 
| Riverbend | 31.490750 , -83.263210 | 
| Wray | 31.622410 , -83.054870 | 
Notes:
- You can download geometry data for Irwin 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.