-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from opengisch/upgrade-to-qwc2-lts2024
Upgrade to qwc2 lts2024
- Loading branch information
Showing
24 changed files
with
11,445 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# WebGIS Thalwil | ||
|
||
## Local DEV setup | ||
Run the docker compose file to fire up a local instance of the webGIS. It mounts the contents of | ||
the app folder and also the configuration files copied from Thalwil TEST env (themes.json, config.json). | ||
|
||
|
||
### Prevent CORS issues | ||
To prevent CORS issues, the following automatic and manual steps are taken. | ||
|
||
- Search: A proxy service in the docker compose redirects search requests from localhost:8888 to the TEST env | ||
- Map click / feature info: In themes.json, replace `"featureInfoUrl": "https://maps-test.thalwil.ch` with `"featureInfoUrl": "http://localhost:8888` to point at the proxy | ||
- Theme and basemap thumbnails: These still suffer from CORS blocks, no solution yet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.