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 : ( 37.192432 , -85.586992 , 37.482951 , -85.073741 )
Wikipedia ID for Taylor : Q473605
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:Q473605 wdt:P1082 ?population. }
OPTIONAL { wd:Q473605 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q473605 wdt:P2046 ?area. }
OPTIONAL { wd:Q473605 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q473605 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q473605 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"](37.192432, -85.586992, 37.482951, -85.073741);
);
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) |
Acton | 37.347010 , -85.248020 |
Arista | 37.368680 , -85.304680 |
Atchison | 37.307560 , -85.300520 |
Bengal | 37.359230 , -85.457190 |
Burdick | 37.273670 , -85.376070 |
Campbellsville | 37.346407 , -85.350041 |
Durhamtown | 37.399790 , -85.413850 |
Elk Horn | 37.316450 , -85.285240 |
Finley | 37.461450 , -85.339410 |
Hatcher | 37.294790 , -85.366350 |
Mac | 37.400060 , -85.510520 |
Mannsville | 37.372570 , -85.196630 |
Merrimac | 37.412570 , -85.128570 |
Pitman | 37.378120 , -85.489410 |
Romine | 37.235620 , -85.350240 |
Saloma | 37.412010 , -85.392740 |
South Campbellsville | 37.333400 , -85.325520 |
Spurlington | 37.412290 , -85.274680 |
White Rose | 37.421170 , -85.461080 |
Willowtown | 37.452010 , -85.421910 |
Wooleyville | 37.379230 , -85.246900 |
Wrights | 37.312560 , -85.399960 |
Yuma | 37.280340 , -85.241630 |
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.