Download outline map of Franklin (geojson format) :
Franklin.geojson (**)
Download polygon array of Franklin map for "Google Maps" :
Franklin.txt
Bounding Box for Franklin Map : ( 41.997598 , -112.126286 , 42.430589 , -111.507264 )
Wikipedia ID for Franklin : Q494494
Wikipedia SPARQL Query for Franklin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494494 wdt:P1082 ?population. }
OPTIONAL { wd:Q494494 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494494 wdt:P2046 ?area. }
OPTIONAL { wd:Q494494 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494494 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494494 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 Franklin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.997598, -112.126286, 42.430589, -111.507264);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Franklin)
[out:json];
(
rel["name"="Franklin"][type=boundary];
rel["name:en"="Franklin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Franklin
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Anderson | 42.020480 , -111.956900 |
| Banida | 42.231030 , -111.942460 |
| Cherryville | 42.040480 , -111.749390 |
| Cleveland | 42.339920 , -111.713280 |
| Clifton | 42.187259 , -112.005063 |
| Coulam | 42.227420 , -111.983290 |
| Dayton | 42.112225 , -111.978344 |
| Egypt | 42.096590 , -111.837450 |
| Fairview | 42.013260 , -111.876620 |
| Franklin | 42.012446 , -111.803935 |
| Mapleton | 42.083810 , -111.748830 |
| Mink Creek | 42.228260 , -111.715780 |
| Mound Valley | 42.357140 , -111.712450 |
| Nashville | 42.049370 , -111.808560 |
| Oxford | 42.260019 , -112.018174 |
| Preston | 42.098702 , -111.878710 |
| Riverdale | 42.161310 , -111.837730 |
| Silver Star | 42.081870 , -111.954950 |
| Thatcher | 42.408810 , -111.726890 |
| Thorenson | 42.083260 , -111.992450 |
| Treasureton | 42.265200 , -111.846340 |
| Utida | 41.999090 , -111.975230 |
| Weston | 42.037296 , -111.978322 |
| Whitney | 42.065760 , -111.837730 |
Notes:
- You can download geometry data for Franklin 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.