quentinlampin / ngx-openlayers

Angular2+ components for Openlayers 4.x
Mozilla Public License 2.0
137 stars 97 forks source link

feat(overviewmap): refresh overview when the view changes #204

Closed samuel-girard closed 5 years ago

samuel-girard commented 6 years ago

Hello,

When we dynamically update the view projection, it breaks the overview display because it uses a different view in its own map.
With this change, when we update the overview map view, we also reload the instance.

Yakoust commented 5 years ago

@Dji75, @kekel87 could you review this?