Dennis Bauszus
Dennis Bauszus
The style panel module creates a drawer with a legend and supporting style elements for hover and label. Changing the theme will reload the panel. It should be possible to...
We would like an interface to configure the style.default for a layer. The legend for the `basic` theme should show either a line / or area and an icon based...
Style objects (eg. `style.default{}`) are assumed to be a base style which can be modified by assignment. Style assignment checks whether the object has a style component. Otherwise the whole...
It shouldn't be required to install node module per instance. Rarely required modules like SAML should be imported on demand. There are a couple of experimental flags which can make...
Currently the ACL must be held in a PostgreSQL database. With other spatial becoming more prevalent it might be useful to support other ACL in object stores such as Firebase....
Dialogs, e.g. mapp.utils.ui.elements.modal should use the appropriate tag. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog
After logging in, users receive a JWT (JSON Web Token) as an authentication cookie, consisting of the following three parts encoded in Base64: - Header - Payload - Signature If...
It should be possible to combine themes for multiple fields, e.g. theme a categorical and a graduate field.
It would be great to have a layer dashboard to generate a layer config. This can work either by setting up a query template which returns * fields from a...
There should be an endpoint to create signatures for 3rd party API requests such as S3, and Cloudinary. The provider should be removed and requests should be handled from plugins...