polar icon indicating copy to clipboard operation
polar copied to clipboard

POLAR (Plugins for OpenLAyeRs) is a plugin-based client factory for configurable maps, focusing on geospatial inputs and extensibility.

Results 68 polar issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

## 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...

enhancement
refactor

## 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...

bug

## Summary Add tests for the actions of `@polar/plugin-icon-menu`. ## Instructions for local reproduction and review `npm run test`

enhancement

## 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,...

bug
refactor

## 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...

refactor

## 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...

documentation
refactor

## Summary Added a measure tool for distances and areas ## Instructions for local reproduction and review npm run snowbox

enhancement

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...

enhancement

> 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. >...

refactor