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 : ( 29.628697 , -83.999883 , 30.30439 , -83.318859 )
Wikipedia ID for Taylor : Q218224
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:Q218224 wdt:P1082 ?population. }
OPTIONAL { wd:Q218224 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q218224 wdt:P2046 ?area. }
OPTIONAL { wd:Q218224 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q218224 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q218224 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"](29.628697, -83.999883, 30.30439, -83.318859);
);
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) |
Athena | 29.987990 , -83.494310 |
Boyd | 30.189100 , -83.606540 |
Cabbage Grove | 30.209650 , -83.873770 |
Carbur | 29.918280 , -83.427920 |
Covington | 30.268540 , -83.830710 |
Dallus Creek Landing | 29.721330 , -83.486530 |
Dekle Beach | 29.849110 , -83.619310 |
Econfina | 30.131600 , -83.864880 |
Eridu | 30.301870 , -83.747100 |
Fish Creek | 29.786330 , -83.572090 |
Foley | 30.069380 , -83.530700 |
Hampton Springs | 30.085490 , -83.654870 |
Howell Place | 29.771610 , -83.508200 |
Iddo | 30.277710 , -83.724880 |
Keaton Beach | 29.824390 , -83.594870 |
Mandalay | 30.123820 , -83.966550 |
Perry | 30.109225 , -83.581968 |
Pinland | 30.017990 , -83.527920 |
Roach | 30.111320 , -83.724600 |
Salem | 29.886890 , -83.412920 |
Scanlon | 30.130490 , -83.895990 |
Secotan | 30.176320 , -83.634320 |
Shady Grove | 30.287990 , -83.631820 |
Steinhatchee | 29.679447 , -83.383697 |
Tennille | 29.778000 , -83.325970 |
Waylonzo | 30.130490 , -83.817100 |
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.