Go to file
Arno Kaimbacher 8df9ff69df - not set wireframe mode for GridLayer.js
- ShaderMaterial for DemLayer.js (for clipping)
- new icon for basemap selection
- shader.js: adaptions for clipping SahderMaterial with opacity and texture map
- small formating corrections in TinLayer.js and Selection.js
2021-03-31 18:14:23 +02:00
images - Dem.Layer.js: add open WMS layer as basemap 2021-03-30 16:37:34 +02:00
src - not set wireframe mode for GridLayer.js 2021-03-31 18:14:23 +02:00
typings first commit 2020-11-12 13:44:48 +01:00
.babelrc - ShowModal.js component 2021-03-17 09:22:12 +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 - ne MyMeshStandardMaterial.js for slicing 2021-03-04 17:01:32 +01:00
index_old.html - scss framework bulma 2021-03-18 17:40:47 +01:00
index.html - new BoreholeTool: BoreholeControl.css, BoreholeControl.js, BaseEditor.js, MarkerLayer 2021-03-23 12:26:43 +01:00
LICENSE - add licence and readme.md files 2020-11-12 16:48:24 +01:00
package-lock.json - Dem.Layer.js: add open WMS layer as basemap 2021-03-30 16:37:34 +02:00
package.json - scss framework bulma 2021-03-18 17:40:47 +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 - ShowModal.js component 2021-03-17 09:22:12 +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