Grant (Oklahoma) Map Cropping Samples
Grant (Oklahoma) Map Cropping Samples-1
Grant (Oklahoma) Map Cropping Samples-2
Grant neighborhoods and villages map with 3D shadow effect
flag map of Grant with 3D shadow effect
Grant map with 3d shadow effect
Download outline map of Grant (geojson format) :
Grant.geojson (**)
Download polygon array of Grant map for "Google Maps" :
Grant.txt
Bounding Box for Grant Map : ( 36.59324 , -98.111985 , 36.999085 , -97.462201 )
Wikipedia ID for Grant : Q486621
Wikipedia SPARQL Query for Grant (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486621 wdt:P1082 ?population. }
OPTIONAL { wd:Q486621 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486621 wdt:P2046 ?area. }
OPTIONAL { wd:Q486621 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486621 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486621 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 Grant map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.59324, -98.111985, 36.999085, -97.462201);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grant)
[out:json];
(
rel["name"="Grant"][type=boundary];
rel["name:en"="Grant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grant
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Clyde | 36.846420 , -97.821170 |
Deer Creek | 36.806729 , -97.519327 |
Gibbon | 36.942800 , -97.982280 |
Gilbert | 36.789750 , -97.947560 |
Hawley | 36.753080 , -98.019230 |
Jefferson | 36.720352 , -97.790894 |
Lamont | 36.691320 , -97.558245 |
Manchester | 36.994433 , -98.035091 |
Medford | 36.803723 , -97.737878 |
Nash | 36.664990 , -98.052078 |
Numa | 36.803360 , -97.606160 |
Pond Creek | 36.667564 , -97.802913 |
Renfrow | 36.924839 , -97.657050 |
Salt Fork | 36.635030 , -97.588940 |
Sand Creek | 36.840310 , -98.019780 |
Wakita | 36.881706 , -97.923766 |
Notes:
- You can download geometry data for Grant 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.