Taylor (Georgia) Map Cropping Samples
Taylor (Georgia) Map Cropping Samples-1
Taylor (Georgia) Map Cropping Samples-2
Taylor neighborhoods and villages map with 3D shadow effect
flag map of Taylor with 3D shadow effect
Taylor map with 3d shadow effect
Download outline map of Taylor (geojson format) :
Taylor.geojson (**)
Download polygon array of Taylor map for "Google Maps" :
Taylor.txt
Bounding Box for Taylor Map : ( 32.372053 , -84.453232 , 32.747626 , -84.001971 )
Wikipedia ID for Taylor : Q505299
Wikipedia SPARQL Query for Taylor (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505299 wdt:P1082 ?population. }
OPTIONAL { wd:Q505299 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505299 wdt:P2046 ?area. }
OPTIONAL { wd:Q505299 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505299 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505299 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 Taylor map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.372053, -84.453232, 32.747626, -84.001971);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Taylor)
[out:json];
(
rel["name"="Taylor"][type=boundary];
rel["name:en"="Taylor"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Taylor
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beechwood | 32.549040 , -84.069360 |
Butler | 32.557029 , -84.237715 |
Carsonville | 32.713190 , -84.289640 |
Charing | 32.461540 , -84.361580 |
Fickling Mill | 32.654030 , -84.177690 |
Five Points | 32.692640 , -84.265190 |
Goldson | 32.560980 , -84.258800 |
Griffith | 32.636530 , -84.099910 |
Howard | 32.598238 , -84.378617 |
Jarrell | 32.663470 , -84.281310 |
Mauk | 32.501810 , -84.421030 |
Norwich | 32.536530 , -84.444360 |
Panhandle | 32.557920 , -84.181580 |
Potterville | 32.514590 , -84.117410 |
Reynolds | 32.560783 , -84.094506 |
Wesley | 32.659030 , -84.330200 |
Notes:
- You can download geometry data for Taylor 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.