Skip to content

Commit

Permalink
Update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp committed Nov 21, 2024
1 parent f0fe89f commit e2e0621
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
34 changes: 9 additions & 25 deletions src/main/js/apps/sample/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"search-ui",
"locator-store",
"toc",
"toolset"
"toolset",
"toolrules"
]
},
"bundles": {
Expand Down Expand Up @@ -157,33 +158,16 @@
"below",
"after"
]
},
{
"id": "drawer_left",
"title": "Werkzeuge",
"cssClass": "ct-main-app-menu",
"tools": [
"tocToggleTool",
"printingToggleTool",
"sharelinkTool",
"helloTool",
"IMPRINT_Imprint_CustomInfoTool",
"IMPRINT_Imprint_CustomInfoTool_mobile"
],
"registerWidget": {
"widgetRole": "drawer_button"
},
"container": "ignore",
"windowType": "drawer_left",
"tooltipPositions": [
"after",
"above",
"below",
"before"
]
}
]
}
},
"toolrules": {
"ToolActiveStateManager": {
"activateOnStartToolIds": [
"basemapFaderToggleTool"
]
}
}
}
}
Binary file added src/main/js/apps/sample/images/hybrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/js/apps/sample/images/logo_conterra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/js/apps/sample/images/streets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/js/apps/sample/images/topo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2e0621

Please sign in to comment.