Download outline map of Titus (geojson format) :
Titus.geojson (**)
Download polygon array of Titus map for "Google Maps" :
Titus.txt
Bounding Box for Titus Map : ( 32.982453 , -95.12613 , 33.39848 , -94.808783 )
Wikipedia ID for Titus : Q113096
Wikipedia SPARQL Query for Titus (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113096 wdt:P1082 ?population. }
OPTIONAL { wd:Q113096 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113096 wdt:P2046 ?area. }
OPTIONAL { wd:Q113096 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113096 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113096 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 Titus map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.982453, -95.12613, 33.39848, -94.808783);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Titus)
[out:json];
(
rel["name"="Titus"][type=boundary];
rel["name:en"="Titus"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Titus
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argo | 33.255120 , -94.894930 |
Blodgett | 33.068450 , -95.108830 |
Bridges Chapel | 33.260950 , -95.046880 |
Center Grove | 33.128730 , -94.838270 |
Cookville | 33.185680 , -94.854380 |
Farmers Academy | 33.158170 , -95.025490 |
Gladewater | 33.244560 , -94.945770 |
Green Hill | 33.248170 , -94.996050 |
Liberty Hill | 33.226230 , -94.900210 |
Lone Star | 33.234010 , -94.829650 |
Maple Springs | 33.355670 , -95.005490 |
Midway | 33.267340 , -94.945490 |
Miller's Cove | 33.155908 , -95.114794 |
Monticello | 33.095950 , -95.085770 |
Mount Pleasant | 33.161305 , -94.971695 |
Old Union | 33.187620 , -94.913820 |
Roeder | 33.085680 , -94.863270 |
Talco | 33.362791 , -95.103355 |
West Midway | 33.137340 , -95.094940 |
West New Hope | 33.217340 , -95.092160 |
White Oak | 33.289280 , -95.010220 |
White Oak Springs | 33.150950 , -95.071880 |
Wilkinson | 33.348450 , -94.951600 |
Winfield | 33.165788 , -95.110481 |
Notes:
- You can download geometry data for Titus 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.