From 456e8287442eff57237a8eaada2d1faf831e9cc2 Mon Sep 17 00:00:00 2001
From: Nora Hansen <norahha@stud.ntnu.no>
Date: Sun, 21 May 2023 16:20:31 +0000
Subject: [PATCH] Update README.md

---
 README.md | 97 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 59 insertions(+), 38 deletions(-)

diff --git a/README.md b/README.md
index 0e876cd..8d94a24 100644
--- a/README.md
+++ b/README.md
@@ -1,38 +1,59 @@
-wxs.threejs
-===========
-
-*** WARNING ***
-Major reworking of structure. 
-
-in development by Fredrik and Nora
-
-initial code by Geir
-
-Realtime consumption of wxs-services
-
-
-RawGit:
-
-http://rawgit.com/jarped/wxs.threejs/master/example/frames.html
-
-
-Additional information:
-
-http://labs.kartverket.no/wcs-i-threejs/
-
-
-Example-calls to the WCS:
-
-http://labs.kartverket.no/wcs-i-quantum-gis/
-
-
-The following licenses apply:
-
-threejs: https://github.com/mrdoob/three.js/blob/master/LICENSE
-
-tiff-js: https://github.com/GPHemsley/tiff-js/blob/master/LICENSE
-
-openLayers: https://github.com/openlayers/openlayers/blob/master/license.txt
-
-
-The solution uses web services from Kartverket which are subject to their own licenses (mostly CC-BY 3.0 Norway) and the Norwegian Geodata law. See http://kartverket.no/Kart/Kartverksted/Lisens/ for the license terms and http://kartverket.no/Kart/Kartverksted/ for details on the web services.
+3D Map Solution for Gjøvik Municipality.
+
+The project is hosted [here](https://geodata.gjovikregionen.com/geoserver/www/GI3DNTNU/GI2020.html?X=591041&Y=6740572), and can be accessed through [Geoinnsyn](https://geoinnsyn.no/?project=gj%C3%B8vik&application=glt&zoom=10&lat=6740572.00&lon=591041.00).
+
+To move the map (Mouse);  
+- Tilt: Left mouse-button
+- Move: Right mouse-button
+- Zoom: Scroll-wheel
+
+To move the map (Touch screen):
+- Tilt: One finger
+- Move: Three fingers
+- Zoom: Pinch, two fingers
+
+The solution gets its data from the Norwegian Mapping Authority's endpoints; [Dybde DTM WCS](https://kartkatalog.geonorge.no/metadata/dybde-dtm-wcs/564f9422-fa97-4520-b49d-cfd1350dafd7) and [Topografisk norgeskart 4 cache](https://kartkatalog.geonorge.no/metadata/topografisk-norgeskart-4-cache/8f381180-1a47-4453-bee7-9a3d64843efa).
+
+
+Original README with licenses below.
+
+  
+
+wxs.threejs
+===========
+
+*** WARNING ***
+Major reworking of structure. 
+
+in development by Fredrik and Nora
+
+initial code by Geir
+
+Realtime consumption of wxs-services
+
+
+RawGit:
+
+http://rawgit.com/jarped/wxs.threejs/master/example/frames.html
+
+
+Additional information:
+
+http://labs.kartverket.no/wcs-i-threejs/
+
+
+Example-calls to the WCS:
+
+http://labs.kartverket.no/wcs-i-quantum-gis/
+
+
+The following licenses apply:
+
+threejs: https://github.com/mrdoob/three.js/blob/master/LICENSE
+
+tiff-js: https://github.com/GPHemsley/tiff-js/blob/master/LICENSE
+
+openLayers: https://github.com/openlayers/openlayers/blob/master/license.txt
+
+
+The solution uses web services from Kartverket which are subject to their own licenses (mostly CC-BY 3.0 Norway) and the Norwegian Geodata law. See http://kartverket.no/Kart/Kartverksted/Lisens/ for the license terms and http://kartverket.no/Kart/Kartverksted/ for details on the web services.
-- 
GitLab