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 : ( 39.23825 , -80.205113 , 39.452465 , -79.894688 )
Wikipedia ID for Taylor : Q511095
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:Q511095 wdt:P1082 ?population. }
OPTIONAL { wd:Q511095 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q511095 wdt:P2046 ?area. }
OPTIONAL { wd:Q511095 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q511095 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q511095 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"](39.23825, -80.205113, 39.452465, -79.894688);
);
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) |
| Astor | 39.240370 , -80.141190 |
| Belgium | 39.323700 , -80.116190 |
| Brydon | 39.280090 , -80.064800 |
| Cecil | 39.271480 , -79.987300 |
| Claude | 39.289820 , -79.909520 |
| Eby | 39.318980 , -79.899240 |
| Elliotsville | 39.289540 , -80.045640 |
| Flemington | 39.266612 , -80.128512 |
| Grafton | 39.340914 , -80.016198 |
| Hepzibah | 39.350090 , -80.168970 |
| Irontown | 39.379260 , -79.915070 |
| Knottsville | 39.311210 , -79.965080 |
| Lesmalinston | 39.338980 , -79.969800 |
| McGee | 39.360920 , -80.127580 |
| Middleville | 39.314530 , -80.190920 |
| Millertown | 39.299820 , -79.958960 |
| Oreide | 39.361200 , -80.199810 |
| Park View | 39.317590 , -80.028130 |
| Pruntytown | 39.333980 , -80.076750 |
| Rosemont | 39.268700 , -80.162860 |
| Santiago | 39.369810 , -80.201470 |
| Simpson | 39.266760 , -80.093420 |
| Tappan | 39.376200 , -80.158140 |
| Thornton | 39.345650 , -79.942020 |
| Webster | 39.296760 , -80.045360 |
| Wendel | 39.296480 , -80.105360 |
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.