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
15 stars 7 forks source link

Bugfix for Placemark.setPosition with new Label #26

Closed Jeffrey-P-McAteer closed 4 years ago

Jeffrey-P-McAteer commented 4 years ago

Description of the Change

This is a bugfix for icons with labels that move; with only the change in #25 (5d360fa4bcf24730b809d164161cb62c3c3ce997) the label remains at the old position.

Why Should This Be In Core?

It fixes a bug.

Benefits

It fixes a bug.

Potential Drawbacks

None; we check for an NPE before doing anything with the label so this should not affect unlabeled icons.

Applicable Issues

PR #25