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.
npm install
In file Source/src/components/CesiumViewer.vue
, replace the following with your own app id.
weather_appid: "YOUR_OPENWEATHERMAP_APPID"
npm run serve
npm run build
npm run lint