Dennis Sen
Dennis Sen
## Summary This PR adds a new client with custom logic. This client is the geospatial UI to an AI backend that allows for searching literature by using geospatial information...
## Summary - remove redundant information in store.state - simplify calls that only appear as pair ## Instructions for local reproduction and review Check functionality of the Pins plugin in...
I've noticed a few times that I tried to close the AddressSearch by pressing Esc. We should probably implement it for users expecting this. - Don't forget Fullscreen Mode and...
> Correct would be to return `MapConfig` here but that wouldn't immediately work because of the overlap of configuring a plugin during `addPlugins` or during `createMap` via this config. >...
https://github.com/Dataport/polar/pull/108#issuecomment-1963436110 It's very simple. This issue is made so we don't forget it when the time for it has come.
https://github.com/Dataport/polar/pull/108#discussion_r1500310642 As described in this thread, keywords and descriptions are currently not ideal. This is a minor thing, since coding users will be directed to the README.md or API.md files,...
https://github.com/Dataport/polar/pull/108#discussion_r1500270976 Rollup configuration files are currently hand-written, which is perfectly fine for the time being. To save us some time further down the line, we should try to automate their...
**Describe the bug** On linting, various warnings appear. **Expected behavior** On linting, no warnings appear. **Steps to reproduce** Lint. **Screenshots** E.g. visible here: https://github.com/Dataport/polar/actions/runs/6965878816 **Desktop (please complete the following information):**...
## Summary - Implemented document search, that is, the AddressSearch bar now also offers results for documents, and clicking on one will retrieve a list of toponyms from the backend...
The core store offers a variety of getters, some of them only optionally working when `extendedMasterportalapiMarkers` is configured. While the configuration is documented, the getters are not, and only their...