Gem (Idaho) Map Cropping Samples
Gem (Idaho) Map Cropping Samples-1
Gem (Idaho) Map Cropping Samples-2
Gem neighborhoods and villages map with 3D shadow effect
flag map of Gem with 3D shadow effect
Gem map with 3d shadow effect
Download outline map of Gem (geojson format) :
Gem.geojson (**)
Download polygon array of Gem map for "Google Maps" :
Gem.txt
Bounding Box for Gem Map : ( 43.806856 , -116.712757 , 44.504452 , -116.152171 )
Wikipedia ID for Gem : Q494514
Wikipedia SPARQL Query for Gem (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494514 wdt:P1082 ?population. }
OPTIONAL { wd:Q494514 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494514 wdt:P2046 ?area. }
OPTIONAL { wd:Q494514 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494514 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494514 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 Gem map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.806856, -116.712757, 44.504452, -116.152171);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gem)
[out:json];
(
rel["name"="Gem"][type=boundary];
rel["name:en"="Gem"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gem
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Black Canyon | 43.926550 , -116.442360 |
Bramwell | 43.838220 , -116.582910 |
Del Monte | 43.868780 , -116.543190 |
Emmett | 43.868579 , -116.489019 |
Gross | 44.313220 , -116.307640 |
Jenness | 43.832110 , -116.625140 |
Letha | 43.894330 , -116.647640 |
Little Rock | 43.916830 , -116.693750 |
Montour | 43.924890 , -116.328740 |
Ola | 44.178220 , -116.292640 |
Pearl | 43.855720 , -116.317350 |
Plaza | 43.911280 , -116.432910 |
Sweet | 43.972940 , -116.324580 |
Notes:
- You can download geometry data for Gem 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.