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 : ( 42.615875 , -114.996569 , 43.992978 , -113.007282 )
Wikipedia ID for Blaine : Q488582
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:Q488582 wdt:P1082 ?population. }
OPTIONAL { wd:Q488582 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488582 wdt:P2046 ?area. }
OPTIONAL { wd:Q488582 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488582 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488582 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"](42.615875, -114.996569, 43.992978, -113.007282);
);
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) |
Barite | 43.556300 , -114.326440 |
Bellevue | 43.468444 , -114.255095 |
Boulder | 43.840460 , -114.506450 |
Broadford | 43.469630 , -114.280320 |
Bullion | 43.472680 , -114.376720 |
Carey | 43.310489 , -113.944824 |
Cathedral Pines | 43.777410 , -114.526720 |
Clarendon Hot Springs | 43.559350 , -114.415050 |
Cream Can Junction | 42.938520 , -113.385560 |
DeWoff | 42.706580 , -113.260560 |
Doniphan | 43.410740 , -114.484500 |
Easley Hot Springs | 43.780460 , -114.543110 |
Elkhorn Village | 43.679350 , -114.332550 |
Galena | 43.871300 , -114.657290 |
Gannett | 43.359910 , -114.175870 |
Gimlet | 43.604070 , -114.349770 |
Hailey | 43.513271 , -114.301125 |
Hawley | 42.734070 , -113.395840 |
Ketchum | 43.686686 , -114.373048 |
Magic City | 43.290460 , -114.365600 |
Magic Resort | 43.282400 , -114.389770 |
Picabo | 43.305740 , -114.067810 |
Sawtooth City | 43.896570 , -114.840350 |
Stanton Crossing | 43.327680 , -114.312540 |
Sun Valley | 43.683938 , -114.333632 |
Tikura | 43.214630 , -114.012810 |
Triumph | 43.644910 , -114.254210 |
Wapi | 42.715470 , -113.183050 |
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.