Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 45.747368 , -112.597816 , 46.569311 , -111.65996 )
Wikipedia ID for Jefferson : Q496737
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496737 wdt:P1082 ?population. }
OPTIONAL { wd:Q496737 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496737 wdt:P2046 ?area. }
OPTIONAL { wd:Q496737 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496737 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496737 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.747368, -112.597816, 46.569311, -111.65996);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alhambra | 46.451320 , -111.988330 |
Amazon | 46.320210 , -112.107220 |
Basin | 46.283417 , -112.287153 |
Bernice | 46.257710 , -112.337240 |
Blazing Place | 46.224930 , -111.971380 |
Boulder | 46.235729 , -112.120545 |
Cardwell | 45.862709 , -111.955979 |
Cedric | 45.824930 , -112.266390 |
Clancy | 46.449263 , -112.002924 |
Clasoil | 46.562990 , -111.793590 |
Comet | 46.310760 , -112.170000 |
Corbin | 46.380490 , -112.061940 |
Elk Park | 46.164930 , -112.372240 |
Elkhorn | 46.284313 , -111.948836 |
Fuller | 46.261870 , -112.203620 |
Homestake | 45.923260 , -112.410850 |
Jefferson City | 46.377952 , -112.030480 |
Kyle | 46.274930 , -112.077220 |
La Hood Park | 45.852980 , -111.922210 |
Leadville | 46.314370 , -112.543080 |
Louisville | 46.562710 , -111.795820 |
Montana City | 46.525658 , -111.940097 |
Mountain Valley Trailer Court | 46.234650 , -112.126110 |
Pappas Place | 45.971320 , -112.358900 |
Paul Place | 45.978540 , -112.256120 |
Piedmont | 45.835760 , -112.134160 |
Pipestone | 45.896590 , -112.231390 |
Pipestone Hot Springs | 45.894090 , -112.230830 |
Portal | 46.337430 , -112.118330 |
Queen | 46.251320 , -111.964990 |
Rader Creek | 45.845550 , -112.316046 |
Renova | 45.815480 , -112.127770 |
Rice Motel and Trailer Court | 45.869370 , -112.094720 |
Rieder | 46.267710 , -112.099440 |
South Hills | 46.556400 , -111.997637 |
Sunlight | 45.899930 , -112.017490 |
Sunset Trailer Court | 46.234650 , -112.124440 |
Tippet Place | 45.925760 , -112.183050 |
Trask | 46.102710 , -112.417240 |
Vendome | 45.817700 , -112.242500 |
Welch | 45.931040 , -112.315010 |
Whitehall | 45.871086 , -112.097404 |
Wickes | 46.349650 , -112.103330 |
Woodville | 46.052150 , -112.446130 |
Notes:
- You can download geometry data for Jefferson 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.