Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Oct 21, 2024
1 parent ab64142 commit f8288bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/Provider/OpenStreetMapProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,9 @@ export default class OpenStreetMapProvider {
return polyline;
}


removePolyline(polyline) {
if (!polyline) return;


if (polyline.arrowDecorator) {
polyline.arrowDecorator.remove();
polyline.arrowDecorator = null;
Expand Down

0 comments on commit f8288bc

Please sign in to comment.