You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,7 +17,7 @@ The image tags are compose of several tokens, that are explained below:
17
17
***devel** - Development version containing latest features. Built from [devel](https://github.com/3dcitydb/3dcitydb-web-map/tree/devel) branch.
18
18
***alpine** - Lightweight image version based on [Alpine Linux](https://alpinelinux.org/). All other images use the Debian operating system. The Alpine images for specific versions are named e.g. **alpine-v1.9.0**.
19
19
***experimental** - This version is built from the latest commit of the [3DCityDB Web-Map-Client Github master branch](https://github.com/3dcitydb/3dcitydb-web-map/tree/master).
20
-
***v1.1.0**, **v1.4.0**, **v1.6.0**, **v1.6.1**, **v1.6.2**, **v1.7.1**, **v1.8.0**, **v1.8.1**, **v1.8.2**, **v1.8.3**, **v1.9.0** -Built with a specific version (**vX.X.X**) of the 3DCityDB Web-Map-Client.
20
+
***v1.1.0**, **v1.4.0**, **v1.6.0**, **v1.6.1**, **v1.6.2**, **v1.7.1**, **v1.8.0**, **v1.8.1**, **v1.8.2**, **v1.8.3**, **v1.9.0**, **v1.9.1** -Built with a specific version (**vX.X.X**) of the 3DCityDB Web-Map-Client.
21
21
22
22
Use `docker pull tumgis/3dcitydb-web-map:TAG` to download the latest version of the image with the specified `TAG` to your system. For example: `docker pull tumgis/3dcitydb-web-map:v1.7.1`.
23
23
@@ -46,9 +46,9 @@ The key features and functionalities of the 3DCityDB-Web-Map-Client is summarize
46
46
* Support for collaborative creation and sharing of the workspace of the 3DCityDB-Web-Map-Client by means of generating a scene link including information about the current camera perspective, activation status of the shadow visualization, parameters of the current loaded data layers etc.
> [3DCityDB Official Homepage](https://www.3dcitydb.net/)
50
-
> [3DCityDB Github](https://github.com/3dcitydb)
51
-
> [CityGML](https://www.citygml.org/)
49
+
> [3DCityDB Official Homepage](https://www.3dcitydb.net/)
50
+
> [3DCityDB Github](https://github.com/3dcitydb)
51
+
> [CityGML](https://www.citygml.org/)
52
52
> [3DCityDB and CityGML Hands-on Tutorial](https://www.gis.bgu.tum.de/en/projects/3dcitydb/#c1425)
53
53
54
54
## Quick start
@@ -63,7 +63,7 @@ This section describes how to get a 3DCityDB-Web-Map-Client container running as
63
63
docker run -dit --name 3dwebmap-container -p 80:8000 tumgis/3dcitydb-web-map
64
64
```
65
65
66
-
3. As soon as the container has started, the 3D web client will be available on your Docker host with any common Web Browser. If you run the container locally with above port settings, the landing page is available here:
66
+
3. As soon as the container has started, the 3D web client will be available on your Docker host with any common Web Browser. If you run the container locally with above port settings, the landing page is available here:
67
67
[http://localhost/](http://localhost/) or [http://127.0.0.1/](http://127.0.0.1/)
> In the example above long commands are broken to several lines for readability using the Bash (`\`) or CMD (`^`) line continuation.
95
+
> In the example above long commands are broken to several lines for readability using the Bash (`\`) or CMD (`^`) line continuation.
96
96
97
97
The data is now available in the data listing (e.g. `http://myDockerHost/data/`). Use your Browser's *Copy Link Address* feature to copy the URLs required in the 3D web client.
98
98
@@ -122,7 +122,7 @@ To build a Docker image with a custom *Tomcat base image*, a specific *3DCityDB
122
122
| baseimage_tag | Tag of the Node.js image to use. A list of all available tags is available [here](https://hub.docker.com/_/node/). |*10*|
123
123
| webmapclient_version | Version of the 3DCityDB-Web-Map-Client to build. Any branch name or tag from the [3DCityDB-Web-Map-Client GitHub](https://github.com/3dcitydb/3dcitydb-web-map/) repo can be used. |*v1.7.1*|
124
124
125
-
>**Note:**
125
+
>**Note:**
126
126
> The build process has been tested with the `node:10` base image and `v1.7.1` of the 3DCityDB-Web-Map-Client so far.
0 commit comments