Go to file
2021-08-31 17:17:21 +02:00
images - reactivate DemLayer class for laoding basemaps 2021-08-31 17:09:49 +02:00
src - bug fix: false extent for DemLayer.ts in Map.ts 2021-08-31 17:17:21 +02:00
.babelrc - repair font_awesome font 2021-08-24 15:12:47 +02:00
.env.example first commit 2020-11-12 13:44:48 +01:00
.gitignore - npm updates 2021-04-26 13:05:13 +02:00
egdi_disclaimer.html - add egdi disclaimer 2021-07-14 16:30:29 +02:00
GeotiefExplore.code-workspace - parse model_point_of_contact instead of model_owner 2021-08-03 15:53:26 +02:00
index_old.html - scss framework bulma 2021-03-18 17:40:47 +01:00
index.html - slicing box default off 2021-07-06 11:08:59 +02:00
LICENSE - add licence and readme.md files 2020-11-12 16:48:24 +01:00
package-lock.json - repair font_awesome font 2021-08-24 15:12:47 +02:00
package.json - parse model_point_of_contact instead of model_owner 2021-08-03 15:53:26 +02:00
readme.md - add LayerControl 2020-12-04 17:12:22 +01:00
typings.json first commit 2020-11-12 13:44:48 +01:00
webpack.config.js - reactivate DemLayer class for laoding basemaps 2021-08-31 17:09:49 +02:00
webpack.prod.config.js first commit 2020-11-12 13:44:48 +01:00

Getting Started

These instructions will show you how to get a copy of the project and how to deploy the project on a live system.

Create web folder:
sudo mkdir -p /var/www/3d-app/

Clone the repository to your web folder:
git clone https://github.com/geolba/GeotiefExplore.git /var/www/3d-app/

Switch to the repo folder:
cd /var/www/3d-app/

Copy the example env file and make the required configuration changes in the .env file cp .env.example .env

.env - Environment variables can be set in this file Configure your database connection in .env-file e.g.: nano .env

NODE_ENV=production

Update npm dependencies:
npm update

Build production files:
npm run prod

License

This project is licensed under the MIT License - see the license file for details