openui5-googlemaps icon indicating copy to clipboard operation
openui5-googlemaps copied to clipboard

Map.removePolyline() does not update the map

Open wernerdaehn opened this issue 3 years ago • 0 comments

When you add a Polyline to the Map it gets shown. When you remove it with Map.removePolyline(0) it gets removed from the aggregation - now empty - but stays visible in the drawn map. A Map.getPolylines()[0].setVisisble(false) works fine.

wernerdaehn avatar Mar 31 '21 14:03 wernerdaehn