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 : ( 47.7199 , -109.551686 , 49.001131 , -108.236153 )
Wikipedia ID for Blaine : Q192650
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:Q192650 wdt:P1082 ?population. }
OPTIONAL { wd:Q192650 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q192650 wdt:P2046 ?area. }
OPTIONAL { wd:Q192650 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q192650 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q192650 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"](47.7199, -109.551686, 49.001131, -108.236153);
);
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) |
Burns Trailer Court | 48.590000 , -109.231280 |
Cherry Ridge Ranch | 48.914450 , -108.999040 |
Chinook | 48.590157 , -109.231510 |
Cleveland | 48.269440 , -109.152670 |
Coburg | 48.451390 , -108.439310 |
Dry Lake | 48.051100 , -108.646540 |
Fort Belknap | 48.483050 , -108.767100 |
Fort Belknap Agency | 48.427767 , -108.682899 |
Harlem | 48.531921 , -108.784749 |
Hays | 48.010417 , -108.660730 |
Hogeland | 48.852510 , -108.658760 |
Leroy | 47.874150 , -109.318510 |
Lloyd | 48.290270 , -109.362130 |
Lodge Pole | 48.027237 , -108.551731 |
Lohman | 48.589720 , -109.405180 |
Maddux | 48.140540 , -109.417960 |
Newtown | 48.482770 , -108.756270 |
North Fork | 48.586110 , -109.111000 |
North Harlem Colony | 48.590830 , -108.758210 |
Pine Grove | 47.999440 , -108.681270 |
Rattlesnake | 48.098040 , -109.048780 |
Savoy | 48.474160 , -108.543760 |
Sprinkle Trailer Court | 48.590000 , -109.231280 |
Turner | 48.846932 , -108.400522 |
Turner Colony | 48.758340 , -108.434860 |
Zurich | 48.584440 , -109.030440 |
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.