Go to file
2021-02-04 18:22:31 +01:00
images - new DemLayer.js and DemBlock.js classes for BaseLayer 2021-01-18 11:51:07 +01:00
src - NorthArrow: improvements on code for NorthArrow.js 2021-02-04 18:22:31 +01:00
typings first commit 2020-11-12 13:44:48 +01:00
.babelrc - npm updates (e.g. webpack 5.4.0) 2020-11-17 12:52:09 +01:00
.env.example first commit 2020-11-12 13:44:48 +01:00
.gitignore - setWireFrameMode if you press key 'W' for all layers on map 2020-11-17 16:06:09 +01:00
GeotiefExplore.code-workspace - npm updates 2021-02-02 18:28:33 +01:00
index.html - three update 0.125.1 & 0.125.2 2021-01-29 16:42:25 +01:00
LICENSE - add licence and readme.md files 2020-11-12 16:48:24 +01:00
package-lock.json - add TIN layer via metadata request in Map class 2021-02-03 17:00:56 +01:00
package.json - three update 0.125.1 & 0.125.2 2021-01-29 16:42:25 +01: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 - npm updates (e.g. webpack 5.4.0) 2020-11-17 12:52:09 +01: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