Download outline map of Hill (geojson format) :
Hill.geojson (**)
Download polygon array of Hill map for "Google Maps" :
Hill.txt
Bounding Box for Hill Map : ( 48.132619 , -110.756318 , 49.000585 , -109.464257 )
Wikipedia ID for Hill : Q496589
Wikipedia SPARQL Query for Hill (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496589 wdt:P1082 ?population. }
OPTIONAL { wd:Q496589 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496589 wdt:P2046 ?area. }
OPTIONAL { wd:Q496589 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496589 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496589 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 Hill map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.132619, -110.756318, 49.000585, -109.464257);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hill)
[out:json];
(
rel["name"="Hill"][type=boundary];
rel["name:en"="Hill"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hill
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| A and B Trailer Court Number One | 48.552500 , -109.681310 |
| A and B Trailer Court Number Two | 48.550000 , -109.684090 |
| Azure | 48.305022 , -109.807231 |
| Beaver Creek | 48.543669 , -109.806917 |
| Bitterroot Trailer Court | 48.538890 , -109.653530 |
| Box Elder | 48.323050 , -110.017664 |
| Burnham | 48.560830 , -109.886600 |
| Clear Creek Terrace Trailer Court | 48.546390 , -109.662980 |
| East End Colony | 48.749450 , -109.570190 |
| Fairview Terrace Trailer Court | 48.550000 , -109.654920 |
| Fresno | 48.567770 , -109.986600 |
| Frigon Trailer Court | 48.554170 , -109.693810 |
| Gildford | 48.582280 , -110.273600 |
| Gildford Colony | 48.787500 , -110.271600 |
| Goldstone | 48.899730 , -110.532450 |
| Hacienda Trailer Court | 48.555550 , -109.653530 |
| Havre | 48.545380 , -109.677908 |
| Havre North | 48.563238 , -109.671488 |
| Heads Trailer Court | 48.561110 , -109.673530 |
| Herron | 48.534110 , -109.771763 |
| Hilldale Colony | 48.800000 , -109.780200 |
| Hillside Trailer Court | 48.556940 , -109.702150 |
| Hingham | 48.555435 , -110.421314 |
| Hollingshead Trailer Court | 48.558330 , -109.672980 |
| Inverness | 48.559863 , -110.710077 |
| Iverness | 48.556380 , -110.689120 |
| Kremlin | 48.570627 , -110.086085 |
| Laredo | 48.431380 , -109.883260 |
| Pacific Junction | 48.556390 , -109.759930 |
| Parker School | 48.246778 , -109.734261 |
| Poplars Trailer Court | 48.533330 , -109.700760 |
| Riverside Trailer Court | 48.561110 , -109.653530 |
| Rocky Boy's Agency | 48.258973 , -109.764732 |
| Rudyard | 48.559872 , -110.550061 |
| Saddle Butte | 48.523587 , -109.646509 |
| Saint Johns | 48.799170 , -110.007150 |
| Sangrey | 48.281659 , -109.816741 |
| Schubring Trailer Court | 48.558330 , -109.647980 |
| Shambo Springs | 48.293050 , -109.665750 |
| Shennum Trailer Court | 48.557780 , -109.666030 |
| Simko Trailer Court | 48.557780 , -109.672420 |
| Simpson | 48.928620 , -110.206040 |
| St. Pierre | 48.243934 , -109.816089 |
| Thiels West Trailer Court | 48.548610 , -109.746590 |
| West Havre | 48.546579 , -109.730850 |
Notes:
- You can download geometry data for Hill 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.