Download outline map of Fergus (geojson format) :
Fergus.geojson (**)
Download polygon array of Fergus map for "Google Maps" :
Fergus.txt
Bounding Box for Fergus Map : ( 46.693571 , -110.213586 , 47.803424 , -108.312574 )
Wikipedia ID for Fergus : Q496693
Wikipedia SPARQL Query for Fergus (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496693 wdt:P1082 ?population. }
OPTIONAL { wd:Q496693 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496693 wdt:P2046 ?area. }
OPTIONAL { wd:Q496693 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496693 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496693 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 Fergus map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](46.693571, -110.213586, 47.803424, -108.312574);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fergus)
[out:json];
(
rel["name"="Fergus"][type=boundary];
rel["name:en"="Fergus"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fergus
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Amherst | 47.149700 , -109.624910 |
| Baxter | 47.150530 , -109.439630 |
| Beaver Creek | 46.972190 , -109.504910 |
| Becket | 46.991920 , -108.923490 |
| Bell Ranch Colony | 47.129700 , -108.915990 |
| Brooks | 47.204140 , -109.421290 |
| Buffalo | 46.821070 , -109.828520 |
| Christina | 47.381920 , -109.324070 |
| Coffee Creek | 47.347750 , -110.081590 |
| Cottonwood | 47.005810 , -109.513520 |
| Danvers | 47.225250 , -109.717130 |
| Deerfield Colony | 47.259700 , -109.677410 |
| Denton | 47.321727 , -109.948919 |
| Eddies Corner | 46.983300 , -109.745470 |
| Garneill | 46.752460 , -109.752680 |
| Giltedge | 47.126920 , -109.202120 |
| Glengarry | 47.026920 , -109.547960 |
| Grass Range | 47.026239 , -108.803148 |
| Grassrange | 47.026080 , -108.804590 |
| Hanover | 47.121360 , -109.554630 |
| Heath | 46.995800 , -109.267120 |
| Hilger | 47.253870 , -109.359900 |
| King Colony Ranch | 47.055800 , -109.637130 |
| Kingston | 47.129700 , -109.597410 |
| Lewistown | 47.051623 , -109.453877 |
| Lewistown Heights | 47.078384 , -109.473518 |
| Lewistown Junction | 47.053580 , -109.416570 |
| Maiden | 47.177750 , -109.230170 |
| McClave | 46.808570 , -109.774070 |
| Moore | 46.975105 , -109.695258 |
| Moulton | 47.345810 , -109.354620 |
| New Year | 47.171920 , -109.290450 |
| Piper | 46.989970 , -109.200450 |
| Pownal | 47.412470 , -110.194650 |
| Ross Fork | 47.077190 , -109.692970 |
| Roy | 47.334298 , -108.959995 |
| Roy-Winifred Junction | 47.088860 , -109.434630 |
| Spring Creek Junction | 47.127200 , -109.574080 |
| Straw | 46.854130 , -109.789630 |
| Suffolk | 47.466920 , -109.355730 |
| Valentine | 47.311650 , -108.422080 |
| West Lewistown | 47.098310 , -109.464910 |
| Winifred | 47.562155 , -109.376832 |
Notes:
- You can download geometry data for Fergus 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.