WorldWindEarth / WorldWindAndroid

The WorldWind Android "Community Edition" SDK (WWA-CE) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.
https://worldwind.earth/WorldWindAndroid/
Other
16 stars 7 forks source link

Bugfix for Placemark.setLabel with pre-existing Label #27

Closed Jeffrey-P-McAteer closed 4 years ago

Jeffrey-P-McAteer commented 4 years ago

Description of the Change

This fixes a bug where calling Placemark.setLabel("a") then Placemark.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