Download outline map of Terrell (geojson format) :
Terrell.geojson (**)
Download polygon array of Terrell map for "Google Maps" :
Terrell.txt
Bounding Box for Terrell Map : ( 29.779134 , -102.56705 , 30.658323 , -101.646227 )
Wikipedia ID for Terrell : Q26898
Wikipedia SPARQL Query for Terrell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26898 wdt:P1082 ?population. }
OPTIONAL { wd:Q26898 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26898 wdt:P2046 ?area. }
OPTIONAL { wd:Q26898 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26898 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26898 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 Terrell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.779134, -102.56705, 30.658323, -101.646227);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Terrell)
[out:json];
(
rel["name"="Terrell"][type=boundary];
rel["name:en"="Terrell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Terrell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Dryden | 30.044640 , -102.114580 |
Dryden Crossing | 29.811030 , -102.148190 |
Emerson | 30.148800 , -102.536260 |
Lozier | 29.935200 , -101.820400 |
Malvado | 29.967970 , -101.868180 |
Mofeta | 30.054360 , -102.225970 |
Moser | 30.492670 , -101.932350 |
Sanderson | 30.150794 , -102.407917 |
Shaw | 30.028800 , -102.005960 |
Notes:
- You can download geometry data for Terrell 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.