Wilcox (Georgia) Map Cropping Samples
Wilcox (Georgia) Map Cropping Samples-1
Wilcox (Georgia) Map Cropping Samples-2
Wilcox neighborhoods and villages map with 3D shadow effect
flag map of Wilcox with 3D shadow effect
Wilcox map with 3d shadow effect
Download outline map of Wilcox (geojson format) :
Wilcox.geojson (**)
Download polygon array of Wilcox map for "Google Maps" :
Wilcox.txt
Bounding Box for Wilcox Map : ( 31.844626 , -83.612256 , 32.13326 , -83.176693 )
Wikipedia ID for Wilcox : Q486791
Wikipedia SPARQL Query for Wilcox (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486791 wdt:P1082 ?population. }
OPTIONAL { wd:Q486791 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486791 wdt:P2046 ?area. }
OPTIONAL { wd:Q486791 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486791 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486791 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 Wilcox map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.844626, -83.612256, 32.13326, -83.176693);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wilcox)
[out:json];
(
rel["name"="Wilcox"][type=boundary];
rel["name:en"="Wilcox"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wilcox
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbeville | 31.992516 , -83.306781 |
Browning | 31.917400 , -83.272380 |
Double Run | 31.858230 , -83.558220 |
Five Points | 32.094890 , -83.585450 |
Forest Glen | 31.871850 , -83.243490 |
Kramer | 31.956010 , -83.389880 |
Owensboro | 31.877400 , -83.427940 |
Pineview | 32.108485 , -83.503008 |
Pitts | 31.946184 , -83.541757 |
Rochelle | 31.948766 , -83.456882 |
Seville | 31.960751 , -83.601206 |
Sibbie | 31.854630 , -83.304880 |
Statham Shoals | 31.966850 , -83.282930 |
Notes:
- You can download geometry data for Wilcox 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.