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.081203 , -100.151924 , 32.523001 , -99.629564 )
Wikipedia ID for Taylor : Q490287
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:Q490287 wdt:P1082 ?population. }
OPTIONAL { wd:Q490287 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490287 wdt:P2046 ?area. }
OPTIONAL { wd:Q490287 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490287 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490287 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.081203, -100.151924, 32.523001, -99.629564);
);
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) |
Abilene | 32.454378 , -99.738361 |
Blair | 32.421510 , -100.060100 |
Bradshaw | 32.098470 , -99.897870 |
Buffalo Gap | 32.283579 , -99.834594 |
Caps | 32.373180 , -99.847040 |
Cozart | 32.385400 , -99.963150 |
Elmdale | 32.430680 , -99.639810 |
Guion | 32.128750 , -99.865370 |
Hamby | 32.518730 , -99.631200 |
Happy Valley | 32.132640 , -100.109260 |
Impact | 32.500177 , -99.746526 |
Lawn | 32.136570 , -99.750099 |
Merkel | 32.469733 , -100.011099 |
Mount Pleasant | 32.397070 , -99.971760 |
Ovalo | 32.172910 , -99.807870 |
Potosi | 32.340413 , -99.678936 |
Rogers | 32.174300 , -99.685360 |
Shep | 32.156520 , -100.119260 |
Trent | 32.488410 , -100.123336 |
Tuscola | 32.210629 , -99.799295 |
Tye | 32.452284 , -99.866611 |
View | 32.342910 , -99.884810 |
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.