Skip to content

Commit

Permalink
Final tweaks for #965:
Browse files Browse the repository at this point in the history
- Removed legacy experimental flags from appConfig.json
- Added new flags to simpleMapConfig.json
  • Loading branch information
jacobwod committed Mar 31, 2022
1 parent 4bd0f5f commit 052cf9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions new-client/public/appConfig.docker.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"appName": "Hajk",
"version": "3.8.0",
"version": "3.10.0-beta.5",
"mapserviceBase": "/api/v1",
"proxy": "",
"searchProxy": "",
"defaultMap": "map_1",
"experimentalIntroductionEnabled": true,
"experimentalIntroductionSteps": [],
"experimentalNewApi": false,
"noLayerSwitcherMessage": "This map has no layer switcher, which indicates that you are not allowed to use this map!",
"networkErrorMessage": "Nätverksfel. Försök att ladda om sidan genom att trycka på F5.",
Expand Down
2 changes: 0 additions & 2 deletions new-client/public/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"proxy": "",
"searchProxy": "",
"defaultMap": "map_1",
"experimentalIntroductionEnabled": true,
"experimentalIntroductionSteps": [],
"experimentalNewApi": false,
"noLayerSwitcherMessage": "This map has no layer switcher, which indicates that you are not allowed to use this map!",
"networkErrorMessage": "Nätverksfel. Försök att ladda om sidan genom att trycka på F5.",
Expand Down
5 changes: 4 additions & 1 deletion new-client/public/simpleMapConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@
"defaultCookieNoticeUrl": "https://pts.se/sv/bransch/regler/lagar/lag-om-elektronisk-kommunikation/kakor-cookies/",
"showCookieNotice": false,
"cookieUse3dPart": false,
"crossOrigin": "anonymous"
"crossOrigin": "anonymous",
"introductionEnabled": true,
"introductionShowControlButton": true,
"introductionSteps": []
}
}

0 comments on commit 052cf9c

Please sign in to comment.