Download outline map of Mineral (geojson format) :
Mineral.geojson (**)
Download polygon array of Mineral map for "Google Maps" :
Mineral.txt
Bounding Box for Mineral Map : ( 46.696659 , -115.75962 , 47.496948 , -114.419583 )
Wikipedia ID for Mineral : Q370329
Wikipedia SPARQL Query for Mineral (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q370329 wdt:P1082 ?population. }
OPTIONAL { wd:Q370329 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q370329 wdt:P2046 ?area. }
OPTIONAL { wd:Q370329 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q370329 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q370329 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 Mineral map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.696659, -115.75962, 47.496948, -114.419583);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mineral)
[out:json];
(
rel["name"="Mineral"][type=boundary];
rel["name:en"="Mineral"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mineral
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alberton | 47.003879 , -114.481650 |
Borax | 47.432990 , -115.669320 |
Bryson | 47.415210 , -115.576820 |
Cabin City | 47.366320 , -115.264310 |
Cyr | 47.010200 , -114.584850 |
De Borgia | 47.379412 , -115.318593 |
Drexel | 47.326600 , -115.252640 |
East Portal | 47.397150 , -115.635150 |
Henderson | 47.358260 , -115.309870 |
Hopkins | 47.268260 , -114.869020 |
Keystone | 47.268260 , -114.935690 |
Lozeau | 47.116590 , -114.780130 |
Oliverville | 47.184650 , -114.873190 |
Quartz | 47.051870 , -114.769290 |
Riverbend | 47.147118 , -114.831830 |
Rivulet | 47.008910 , -114.715890 |
Saltese | 47.410210 , -115.509600 |
Sohon | 47.442710 , -115.702930 |
Spring Gulch | 47.230210 , -114.980690 |
St. Regis | 47.301574 , -115.101472 |
Superior | 47.193563 , -114.892413 |
Taft | 47.419100 , -115.598210 |
Tammany | 47.433260 , -115.651820 |
Tarkio | 47.021310 , -114.739010 |
Toole | 47.326040 , -115.022910 |
Westfall | 47.121040 , -114.787910 |
Notes:
- You can download geometry data for Mineral 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.