Jefferson (Idaho) Map Cropping Samples
Jefferson (Idaho) Map Cropping Samples-1
Jefferson (Idaho) Map Cropping Samples-2
Jefferson neighborhoods and villages map with 3D shadow effect
flag map of Jefferson with 3D shadow effect
Jefferson map with 3d shadow effect
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 : ( 43.623011 , -112.697408 , 44.058454 , -111.626138 )
Wikipedia ID for Jefferson : Q494526
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:Q494526 wdt:P1082 ?population. }
OPTIONAL { wd:Q494526 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494526 wdt:P2046 ?area. }
OPTIONAL { wd:Q494526 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494526 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494526 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"](43.623011, -112.697408, 44.058454, -111.626138);
);
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) |
Annis | 43.728240 , -111.936080 |
Barlow | 43.671020 , -112.013030 |
Bassett | 43.651020 , -112.088310 |
Camas | 44.007410 , -112.221090 |
Garfield | 43.635190 , -111.963860 |
Grant | 43.640750 , -112.013300 |
Hamer | 43.920927 , -112.202732 |
Heise | 43.641860 , -111.684410 |
Labelle | 43.703250 , -111.860800 |
Lewisville | 43.695262 , -112.013472 |
Lorenzo | 43.728240 , -111.871360 |
Menan | 43.721679 , -111.992420 |
Monteview | 43.971850 , -112.536380 |
Mud Lake | 43.843090 , -112.479541 |
Rigby | 43.673312 , -111.912756 |
Ririe | 43.632430 , -111.771799 |
Roberts | 43.720855 , -112.128374 |
Rudy | 43.656580 , -111.833300 |
Terreton | 43.841570 , -112.436370 |
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.