Closed Jeffrey-P-McAteer closed 4 years ago
This fixes a bug where calling Placemark.setLabel("a") then Placemark.setLabel("b") would leave the placemark's label unmodified.
Placemark.setLabel("a")
Placemark.setLabel("b")
It fixes a bug.
None.
PRs #25 and #26
Description of the Change
This fixes a bug where calling
Placemark.setLabel("a")
thenPlacemark.setLabel("b")
would leave the placemark's label unmodified.Why Should This Be In Core?
It fixes a bug.
Benefits
It fixes a bug.
Potential Drawbacks
None.
Applicable Issues
PRs #25 and #26