Jerome (Idaho) Map Cropping Samples
Jerome (Idaho) Map Cropping Samples-1
Jerome (Idaho) Map Cropping Samples-2
Jerome neighborhoods and villages map with 3D shadow effect
flag map of Jerome with 3D shadow effect
Jerome map with 3d shadow effect
Download outline map of Jerome (geojson format) :
Jerome.geojson (**)
Download polygon array of Jerome map for "Google Maps" :
Jerome.txt
Bounding Box for Jerome Map : ( 42.494975 , -114.6174 , 42.851121 , -113.931799 )
Wikipedia ID for Jerome : Q494536
Wikipedia SPARQL Query for Jerome (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494536 wdt:P1082 ?population. }
OPTIONAL { wd:Q494536 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494536 wdt:P2046 ?area. }
OPTIONAL { wd:Q494536 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494536 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494536 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 Jerome map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.494975, -114.6174, 42.851121, -113.931799);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jerome)
[out:json];
(
rel["name"="Jerome"][type=boundary];
rel["name:en"="Jerome"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jerome
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrymore | 42.680740 , -114.463090 |
Eden | 42.605307 , -114.209058 |
Falls City | 42.680460 , -114.424200 |
Greenwood | 42.576580 , -114.049470 |
Hazelton | 42.595120 , -114.136229 |
Hunt | 42.678240 , -114.250030 |
Jerome | 42.718402 , -114.515637 |
McHenry | 42.595470 , -114.052250 |
Perrine | 42.653800 , -114.316980 |
Schodde | 42.607130 , -113.991140 |
Sugar Loaf | 42.681300 , -114.377810 |
Tipperary Corner | 42.578800 , -114.296420 |
Notes:
- You can download geometry data for Jerome 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.