Haskell (Texas) Map Cropping Samples
Haskell (Texas) Map Cropping Samples-1
Haskell (Texas) Map Cropping Samples-2
Haskell neighborhoods and villages map with 3D shadow effect
flag map of Haskell with 3D shadow effect
Haskell map with 3d shadow effect
Download outline map of Haskell (geojson format) :
Haskell.geojson (**)
Download polygon array of Haskell map for "Google Maps" :
Haskell.txt
Bounding Box for Haskell Map : ( 32.956961 , -99.991327 , 33.399062 , -99.471258 )
Wikipedia ID for Haskell : Q112768
Wikipedia SPARQL Query for Haskell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112768 wdt:P1082 ?population. }
OPTIONAL { wd:Q112768 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112768 wdt:P2046 ?area. }
OPTIONAL { wd:Q112768 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112768 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112768 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 Haskell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.956961, -99.991327, 33.399062, -99.471258);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Haskell)
[out:json];
(
rel["name"="Haskell"][type=boundary];
rel["name:en"="Haskell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Haskell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Haskell | 33.159775 , -99.732032 |
Irby | 33.179830 , -99.522580 |
Josselet | 33.234820 , -99.704260 |
Jud | 33.295650 , -99.957600 |
Jud | 33.282320 , -99.958430 |
Mattson | 33.252050 , -99.597860 |
O'Brien | 33.380198 , -99.843824 |
Paint Creek | 33.062880 , -99.672870 |
Pinkerton | 33.198710 , -99.841760 |
Plainview | 33.020380 , -99.823980 |
Rochester | 33.314205 , -99.856503 |
Rule | 33.181942 , -99.893272 |
Sagerton | 33.077050 , -99.955650 |
Stamford | 33.015483 , -99.671703 |
Weinert | 33.323401 , -99.673674 |
Notes:
- You can download geometry data for Haskell 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.