Skip to content

Commit

Permalink
chore: use overlay not popup
Browse files Browse the repository at this point in the history
  • Loading branch information
danji90 committed Oct 18, 2023
1 parent dca85e9 commit f5adeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/ch.railplus.mitglieder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const railplusMeterspurbahnen = new RailplusLayer({
properties: {
isQueryable: true,
popupComponent: 'RailplusPopup',
useOverlay: true,
},
});

Expand Down
1 change: 1 addition & 0 deletions src/config/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ export const direktverbindungenIframe = {
export const railPlus = {
elements: {
...defaultElements,
overlay: true,
popup: true,
shareMenu: false,
drawMenu: false,
Expand Down

0 comments on commit f5adeb9

Please sign in to comment.