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.
This demo application is for illustrative purposes only and it is not maintained. There is no support available for deployment or development of the application.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.