Craig (Oklahoma) Map Cropping Samples
Craig (Oklahoma) Map Cropping Samples-1
Craig (Oklahoma) Map Cropping Samples-2
Craig neighborhoods and villages map with 3D shadow effect
flag map of Craig with 3D shadow effect
Craig map with 3d shadow effect
Download outline map of Craig (geojson format) :
Craig.geojson (**)
Download polygon array of Craig map for "Google Maps" :
Craig.txt
Bounding Box for Craig Map : ( 36.509762 , -95.432372 , 36.99965 , -94.993185 )
Wikipedia ID for Craig : Q490799
Wikipedia SPARQL Query for Craig (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490799 wdt:P1082 ?population. }
OPTIONAL { wd:Q490799 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490799 wdt:P2046 ?area. }
OPTIONAL { wd:Q490799 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490799 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490799 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 Craig map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.509762, -95.432372, 36.99965, -94.993185);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Craig)
[out:json];
(
rel["name"="Craig"][type=boundary];
rel["name:en"="Craig"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Craig
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Cabin | 36.540188 , -95.222116 |
Bluejacket | 36.800797 , -95.074074 |
Bowlin Spring | 36.618980 , -95.377750 |
Centralia | 36.796750 , -95.353310 |
Cornatzar | 36.638970 , -95.107740 |
Estella | 36.684810 , -95.287190 |
Hollow | 36.887580 , -95.269970 |
Kelso | 36.705640 , -95.109970 |
Ketchum | 36.526507 , -95.038107 |
Okoee | 36.518700 , -95.094690 |
Pyramid Corners | 36.801740 , -95.143300 |
Success | 36.612860 , -95.034960 |
Sunsweet | 36.582590 , -95.324140 |
Todd | 36.666750 , -95.053300 |
Vinita | 36.636478 , -95.176833 |
Welch | 36.873866 , -95.094697 |
White Oak | 36.609800 , -95.276406 |
Notes:
- You can download geometry data for Craig 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.