Beaver (Oklahoma) Map Cropping Samples
Beaver (Oklahoma) Map Cropping Samples-1
Beaver (Oklahoma) Map Cropping Samples-2
Beaver neighborhoods and villages map with 3D shadow effect
flag map of Beaver with 3D shadow effect
Beaver map with 3d shadow effect
Download outline map of Beaver (geojson format) :
Beaver.geojson (**)
Download polygon array of Beaver map for "Google Maps" :
Beaver.txt
Bounding Box for Beaver Map : ( 36.499286 , -100.954222 , 37.002312 , -100.002563 )
Wikipedia ID for Beaver : Q485047
Wikipedia SPARQL Query for Beaver (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485047 wdt:P1082 ?population. }
OPTIONAL { wd:Q485047 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485047 wdt:P2046 ?area. }
OPTIONAL { wd:Q485047 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485047 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485047 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 Beaver map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.499286, -100.954222, 37.002312, -100.002563);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Beaver)
[out:json];
(
rel["name"="Beaver"][type=boundary];
rel["name:en"="Beaver"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Beaver
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balko | 36.630030 , -100.684870 |
Beaver | 36.815126 , -100.523521 |
Boyd | 36.703360 , -100.828210 |
Bryans Corner | 36.616420 , -100.828490 |
Clear Lake | 36.688920 , -100.272080 |
Elmwood | 36.616420 , -100.522650 |
Floris | 36.869750 , -100.711270 |
Forgan | 36.906768 , -100.537776 |
Gate | 36.851694 , -100.055218 |
Gray | 36.558360 , -100.823760 |
Knowles | 36.873062 , -100.193034 |
Little Ponderosa | 36.956970 , -100.876270 |
Logan | 36.572810 , -100.217360 |
Mocane | 36.893640 , -100.372650 |
Slapout | 36.615870 , -100.108740 |
Sophia | 36.528920 , -100.396810 |
Turpin | 36.870458 , -100.882502 |
Notes:
- You can download geometry data for Beaver 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.