Crockett (Texas) Map Cropping Samples
Crockett (Texas) Map Cropping Samples-1
Crockett (Texas) Map Cropping Samples-2
Crockett neighborhoods and villages map with 3D shadow effect
flag map of Crockett with 3D shadow effect
Crockett map with 3d shadow effect
Download outline map of Crockett (geojson format) :
Crockett.geojson (**)
Download polygon array of Crockett map for "Google Maps" :
Crockett.txt
Bounding Box for Crockett Map : ( 30.287333 , -102.390667 , 31.087156 , -100.960501 )
Wikipedia ID for Crockett : Q108957
Wikipedia SPARQL Query for Crockett (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108957 wdt:P1082 ?population. }
OPTIONAL { wd:Q108957 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108957 wdt:P2046 ?area. }
OPTIONAL { wd:Q108957 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108957 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108957 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 Crockett map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.287333, -102.390667, 31.087156, -100.960501);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Crockett)
[out:json];
(
rel["name"="Crockett"][type=boundary];
rel["name:en"="Crockett"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Crockett
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adobe Crossing | 31.052930 , -102.307360 |
Crockett Heights | 30.703230 , -101.114830 |
Fort Lancaster | 30.666840 , -101.695960 |
Four Corner Windmill | 30.627120 , -101.563730 |
Midway | 30.910450 , -101.160940 |
Ozona | 30.707414 , -101.205985 |
Notes:
- You can download geometry data for Crockett 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.