Download outline map of Terry (geojson format) :
Terry.geojson (**)
Download polygon array of Terry map for "Google Maps" :
Terry.txt
Bounding Box for Terry Map : ( 32.958566 , -102.595106 , 33.389586 , -102.075382 )
Wikipedia ID for Terry : Q113864
Wikipedia SPARQL Query for Terry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113864 wdt:P1082 ?population. }
OPTIONAL { wd:Q113864 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113864 wdt:P2046 ?area. }
OPTIONAL { wd:Q113864 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113864 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113864 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 Terry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.958566, -102.595106, 33.389586, -102.075382);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Terry)
[out:json];
(
rel["name"="Terry"][type=boundary];
rel["name:en"="Terry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Terry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adair | 32.962870 , -102.254620 |
Brownfield | 33.175664 , -102.273023 |
Foster | 33.065090 , -102.291290 |
Gomez | 33.181760 , -102.377970 |
Johnson | 33.226760 , -102.463530 |
Lahey | 33.122870 , -102.334350 |
Meadow | 33.337725 , -102.205857 |
Needmore | 33.326760 , -102.326570 |
Tokio | 33.181480 , -102.275180 |
Union | 33.036480 , -102.221840 |
Wellman | 33.046979 , -102.427437 |
Notes:
- You can download geometry data for Terry 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.