jasper07 / openui5-googlemaps

Openui5 Googlemaps library
MIT License
65 stars 43 forks source link

Map.removePolyline() does not update the map #35

Open wernerdaehn opened 3 years ago

wernerdaehn commented 3 years ago

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.