Blaine (Oklahoma) Map Cropping Samples
Blaine (Oklahoma) Map Cropping Samples-1
Blaine (Oklahoma) Map Cropping Samples-2
Blaine neighborhoods and villages map with 3D shadow effect
flag map of Blaine with 3D shadow effect
Blaine map with 3d shadow effect
Download outline map of Blaine (geojson format) :
Blaine.geojson (**)
Download polygon array of Blaine map for "Google Maps" :
Blaine.txt
Bounding Box for Blaine Map : ( 35.551329 , -98.636899 , 36.165771 , -98.206783 )
Wikipedia ID for Blaine : Q491623
Wikipedia SPARQL Query for Blaine (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491623 wdt:P1082 ?population. }
OPTIONAL { wd:Q491623 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491623 wdt:P2046 ?area. }
OPTIONAL { wd:Q491623 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491623 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491623 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 Blaine map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.551329, -98.636899, 36.165771, -98.206783);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Blaine)
[out:json];
(
rel["name"="Blaine"][type=boundary];
rel["name:en"="Blaine"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Blaine
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bucker | 35.914210 , -98.357570 |
Canton | 36.054959 , -98.588357 |
Carleton | 36.015040 , -98.520360 |
Carlton | 36.014480 , -98.515360 |
Darrow | 36.098090 , -98.388410 |
Eagle City | 35.933100 , -98.591750 |
Geary | 35.592743 , -98.291410 |
Greenfield | 35.728917 , -98.377535 |
Hitchcock | 35.967658 , -98.349696 |
Homestead | 36.149760 , -98.393960 |
Longdale | 36.133669 , -98.550984 |
Okeene | 36.117066 , -98.316470 |
Southard | 36.055870 , -98.475360 |
Watonga | 35.866013 , -98.416658 |
Notes:
- You can download geometry data for Blaine 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.