This application displays the hiking trails in the Swiss National Park. The Swiss National Park is the most highly preserved area in Switzerland and it is a beloved place to go hiking.
- Displaying hikes on a 3D map along with the altitude profile, descriptions and images. The altitude profile is automatically generated from the elevation service used in the map. The images are a selection of images marked under creative-commons license from Flickr.
- The hikes can be filtered by Difficulty, Category, Walktime and Ascent. These categories are used to describe the degree of difficulty of the trails, according to the Swiss National Park description.
- Fork and then clone the repo.
- Install dependencies with
npm install
. - Update the config file with your services/data.
- Start the development app with
npm run start
. - The production app can be created with
npm run build
.
- Notepad or your favorite HTML editor
- Web browser with access to the Internet
The following libraries, APIs and datasets were used to make this application:
- Hiking trails geometry and attributes data from the Swiss National Park.
- ArcGIS API for JavaScript for the map.
- This application uses the Flickr API but is not endorsed or certified by Flickr. Flickr API is used to retrieve building images under Creative Commons licenses. See Flickr Terms of Use for licensing information.
- amcharts for the altitude profile.
- Font Awesome for the icons.