Skip to content

Commit 01aff17

Browse files
edit Readme again
1 parent 9965a0e commit 01aff17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/dish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name and casing of "ObjektID" have been directly taken from the backend to avoid
2626

2727
The service URLs for the internal monument services (WMS and WFS) need to be configurable. Therefore, the host (`internalHost`), the port and the part of the path that is equal for both services must be defined outside of the map. The `internalHost` and the combination of host, port and path as `internServicesBaseUrl` must be passed to the `createMap` call as attributes of the parameter `urlParams`.
2828

29-
The `internalHost` is also needed as parameter for the DishExportMap plugin and the gfi plugin, and is passed as attribute of `configOverride` in the `createMap` call.
29+
The `internalHost` is also needed as parameter for the DishExportMap plugin and the gfi plugin, and is passed as attribute of `configOverride` in the `createMap` call. DishExportMap needs this parameter to create the right URL for addressing the backend. The gfi displays photographs of the monuments and uses the parameter as path to the right folder on the server.
3030

3131
The `urlParams` parameter and the configuration for the DishExportMap and supplemental configuration for the gfi plugin is only needed for the internal dish application and can be omitted otherwise.
3232

@@ -59,7 +59,7 @@ client.createMap({
5959
urlParams,
6060
configOverride: {
6161
dishExportMap: {
62-
internalHost: urlParams.internalHost,
62+
internalHost: urlParams.internalHost + ':8082',
6363
},
6464
gfi: {
6565
internalHost: urlParams.internalHost,

0 commit comments

Comments
 (0)