Haskell (Oklahoma) Map Cropping Samples
Haskell (Oklahoma) Map Cropping Samples-1
Haskell (Oklahoma) 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 : ( 35.057497 , -95.455375 , 35.458895 , -94.813629 )
Wikipedia ID for Haskell : Q490690
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:Q490690 wdt:P1082 ?population. }
OPTIONAL { wd:Q490690 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490690 wdt:P2046 ?area. }
OPTIONAL { wd:Q490690 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490690 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490690 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"](35.057497, -95.455375, 35.458895, -94.813629);
);
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) |
Cartersville | 35.231490 , -94.844950 |
Enterprise | 35.229820 , -95.379970 |
Garland | 35.318990 , -95.051620 |
Hoyt | 35.271760 , -95.302190 |
Hughart | 35.202600 , -95.296360 |
Ironbridge | 35.238150 , -94.955230 |
Keota | 35.256877 , -94.922470 |
Kinta | 35.119287 , -95.237833 |
Lafayette | 35.173990 , -95.103570 |
Lewisville | 35.120100 , -95.276910 |
McCurtain | 35.150886 , -94.966845 |
Panther | 35.134820 , -94.998570 |
Red Hill | 35.347320 , -94.940510 |
Sans Bois | 35.130650 , -95.156080 |
Star | 35.311210 , -94.864950 |
Stigler | 35.256596 , -95.118482 |
Tamaha | 35.405890 , -95.018048 |
Whitefield | 35.254561 , -95.239088 |
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.