Gray (Texas) Map Cropping Samples
Gray (Texas) Map Cropping Samples-1
Gray (Texas) Map Cropping Samples-2
Gray neighborhoods and villages map with 3D shadow effect
flag map of Gray with 3D shadow effect
Gray map with 3d shadow effect
Download outline map of Gray (geojson format) :
Gray.geojson (**)
Download polygon array of Gray map for "Google Maps" :
Gray.txt
Bounding Box for Gray Map : ( 35.18214 , -101.086438 , 35.620485 , -100.538144 )
Wikipedia ID for Gray : Q109312
Wikipedia SPARQL Query for Gray (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109312 wdt:P1082 ?population. }
OPTIONAL { wd:Q109312 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109312 wdt:P2046 ?area. }
OPTIONAL { wd:Q109312 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109312 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109312 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 Gray map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.18214, -101.086438, 35.620485, -100.538144);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gray)
[out:json];
(
rel["name"="Gray"][type=boundary];
rel["name:en"="Gray"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gray
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alanreed | 35.212550 , -100.734310 |
Back | 35.364770 , -100.609860 |
Bowers City | 35.418940 , -100.917090 |
Boydston | 35.182830 , -101.008480 |
Denworth | 35.393940 , -100.607910 |
Hoover | 35.593930 , -100.850700 |
Kingsmill | 35.488380 , -101.059600 |
Kingsmill Camp | 35.498660 , -101.042650 |
Laketon | 35.543660 , -100.632910 |
Lefors | 35.439601 , -100.803889 |
McLean | 35.232339 , -100.600107 |
Mesilla Park | 35.565880 , -100.952370 |
Pampa | 35.547865 , -100.965025 |
Wesco | 35.433380 , -100.763200 |
Notes:
- You can download geometry data for Gray 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.