Skip to content

Commit

Permalink
added call to redraw to update symbol/style after geometries are up…
Browse files Browse the repository at this point in the history
…dated
  • Loading branch information
jwasilgeo committed Dec 19, 2021
1 parent 836caa2 commit ef8579b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Layers/FeatureLayer/FeatureLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ export var FeatureLayer = FeatureManager.extend({
layer.setLatLngs(latlngs);
break;
}

// update symbol/style
this.redraw(layer.feature.id);
},

/**
Expand Down

0 comments on commit ef8579b

Please sign in to comment.