Download outline map of Fremont (geojson format) :
Fremont.geojson (**)
Download polygon array of Fremont map for "Google Maps" :
Fremont.txt
Bounding Box for Fremont Map : ( 43.883206 , -112.15637 , 44.755136 , -111.047044 )
Wikipedia ID for Fremont : Q494508
Wikipedia SPARQL Query for Fremont (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494508 wdt:P1082 ?population. }
OPTIONAL { wd:Q494508 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494508 wdt:P2046 ?area. }
OPTIONAL { wd:Q494508 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494508 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494508 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 Fremont map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.883206, -112.15637, 44.755136, -111.047044);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fremont)
[out:json];
(
rel["name"="Fremont"][type=boundary];
rel["name:en"="Fremont"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fremont
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ashton | 44.073389 , -111.448524 |
Bedstead Corner | 44.275750 , -111.793020 |
Big Springs | 44.498260 , -111.255780 |
Box Canyon | 44.378810 , -111.405510 |
Canyon Creek | 44.567444 , -111.302834 |
Chester | 43.999360 , -111.569960 |
Drummond | 43.999569 , -111.343376 |
Eccles | 44.326860 , -111.301620 |
Egin | 43.936580 , -111.837470 |
Farnum | 43.998520 , -111.409680 |
Flat Rock | 44.500480 , -111.336340 |
France | 43.972410 , -111.275230 |
Gerrit | 44.208530 , -111.271060 |
Grainville | 44.027140 , -111.368010 |
Heman | 43.956300 , -111.797470 |
Island Park | 44.524530 , -111.358303 |
Jenkins Will | 44.076580 , -111.960530 |
Lamont | 43.969640 , -111.216060 |
Last Chance | 44.366580 , -111.402180 |
Macks Inn | 44.493883 , -111.338367 |
Marysville | 44.071300 , -111.420230 |
Newdale | 43.886474 , -111.604533 |
Ora | 44.086020 , -111.533290 |
Parker | 43.958338 , -111.758517 |
Ponds Resort | 44.424400 , -111.371101 |
Pyke | 43.959360 , -111.724130 |
Rea | 44.469640 , -111.435230 |
Saint Anthony | 43.966300 , -111.682180 |
Sarilda | 44.110190 , -111.573850 |
Squirrel | 44.027140 , -111.299120 |
St. Anthony | 43.964769 , -111.684433 |
Staley Springs | 44.660200 , -111.435240 |
Teton | 43.887161 , -111.672610 |
Trude | 44.461030 , -111.346060 |
Twin Groves | 43.974360 , -111.627740 |
Warm River | 44.118304 , -111.320013 |
Wilford | 43.912690 , -111.677740 |
Notes:
- You can download geometry data for Fremont 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.