Download outline map of Tyler (geojson format) :
Tyler.geojson (**)
Download polygon array of Tyler map for "Google Maps" :
Tyler.txt
Bounding Box for Tyler Map : ( 30.526033 , -94.657992 , 31.059304 , -94.05096 )
Wikipedia ID for Tyler : Q26502
Wikipedia SPARQL Query for Tyler (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26502 wdt:P1082 ?population. }
OPTIONAL { wd:Q26502 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26502 wdt:P2046 ?area. }
OPTIONAL { wd:Q26502 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26502 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26502 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 Tyler map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.526033, -94.657992, 31.059304, -94.05096);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tyler)
[out:json];
(
rel["name"="Tyler"][type=boundary];
rel["name:en"="Tyler"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tyler
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chester | 30.921319 , -94.600098 |
Cima | 30.940200 , -94.401870 |
Colmesneil | 30.909657 , -94.422058 |
Dies Community | 30.861310 , -94.489920 |
Doucette | 30.818260 , -94.428810 |
Emille | 30.843530 , -94.262690 |
Fox Landing | 30.991030 , -94.237970 |
Fred | 30.576590 , -94.176300 |
Haralson Lakes | 30.873250 , -94.380200 |
Hicksbaugh | 30.561870 , -94.350190 |
Hillister | 30.667700 , -94.381310 |
Hyatt | 30.575480 , -94.402420 |
Ivanhoe | 30.679979 , -94.415373 |
Magnolia Hills | 30.778260 , -94.476870 |
Peach Tree Village | 30.944920 , -94.613260 |
Rockland | 31.015190 , -94.381590 |
Spurger | 30.692700 , -94.177690 |
Town Bluff | 30.787980 , -94.180470 |
Warren | 30.612665 , -94.410419 |
Woodville | 30.773883 , -94.423531 |
Notes:
- You can download geometry data for Tyler 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.