open-pioneer / trails-openlayers-base-packages

Common OpenLayers packages for the Open Pioneer Trails client framework.
Apache License 2.0
8 stars 6 forks source link

[map] Additional helpers for highlight and zoom #284

Closed dpayk closed 6 months ago

dpayk commented 7 months ago
  1. Support multiple highlights at a time (highlights can be removed individually). Each highlight can consist of one or multiple geometries.
  2. Helper function to zoom to multiple geometries (use padding mechanism from current implementation).

It should also be possible to use base features as input (instead of geometries).

mbeckem commented 6 months ago

PR: #292