polar
polar copied to clipboard
POLAR (Plugins for OpenLAyeRs) is a plugin-based client factory for configurable maps, focusing on geospatial inputs and extensibility.
## 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 - All plugin, core and lib packages consumed are now bundled with `rollup` to be able to use each package outside of this repository (I will add example...
## Summary Added additional information to the documentation, especially for `@polar/client-generic`. This includes a link to a minimal working example, addition of missing links a clarification and a fix of...
## Summary Add tests for the actions of `@polar/plugin-icon-menu`. ## Instructions for local reproduction and review `npm run test`
## Summary The fix of #123 was not working in production mode. By adding a new state parameter to `@polar/core`, this issue is now resolved. While I was at it,...
## 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...
## Summary Removed unused or redundant props, removed orphaned configuration parameters and adjusted documentation and types to properly reflect optionality while also adding all configurable parameters to the documentation. For...
## Summary Added a measure tool for distances and areas ## Instructions for local reproduction and review npm run snowbox
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. >...