/Skiing-Zermatt

A 3D web map application created in lecture Cartography-III at ETH Zurich, HS 2020.

Primary LanguageVue

A 3D web map application created in lecture Cartography III at d'BAUG, ETH Zurich, 2020.

This application is built on Vue framework, using cesium for 3D visualization.

base

interface

Project setup

npm install

Replace OpenWeatherMap key

In file Source/src/components/CesiumViewer.vue, replace the following with your own app id.

weather_appid: "YOUR_OPENWEATHERMAP_APPID"

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.