fschmenger

Results 19 issues of fschmenger

Currently, the Wegue app template created on app-init is quite verbose and contains a lot of definitions that a common user will hardly ever touch. Also - as Wegue is...

There should be some generic support to display legend images in Wegue, so we can have useful annotations for layers. An example screenshot taken from the geoserver docs: ![geoserver_legend_example](https://user-images.githubusercontent.com/46027124/132477074-fbc5eac7-f08f-4a55-be6d-8e326a8e4626.png) I...

As part of #206 and #207 the toolbarbuttons have been standardized, as far as they're a opening a floating or sidebar window. The implementation has been based on 2 base...

Currently the experimental `draggable` option for floating windows is not production ready. Some of the observed problems are: * Multiple windows will be dragged at once, if they're already overlapping....

As a consquence of generalizing the Wegue toolbar button implementation in #207, we have to declare the button icon in app-conf as part of the module properties, e.g. ```JSON "modules":...

The `lang` definition in app-conf currently looks like the following: ```JSON "lang": { "supported": { "en": "English", "de": "Deutsch" }, "fallback": "en" } ``` This should be changed to something...

The language specific geocoder `providerOptions` should be derived from the active language as detected by the `util/Locale.js` module. Currently geocoder has an app-conf setting may look like the following and...

If no layer preview image is provided explicitly, the `BgLayerSwitcher` control tries to obtain an automatic preview by querying a layer image from the underlying TileSource or TileWMSSource based on...

Currently the UI of Attribute Table is non optimal when `"win": "sidebar"` is specified for the module in app-conf. ![wegue_attribute_table_sidebar](https://user-images.githubusercontent.com/46027124/132346736-0bbb7d7d-6f3b-47ba-8f26-dd73ef40cf18.png) * The 'choose a layer' v-select box is too wide...

Currently, all floating windows (module cards) are descendants of `` as implemented in `WguAppTemplate.vue`. Thus all windows are relative to the vuetify root container. This results in a couple of...