Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDF-2779 Remove extra points from line / polygon drawings in Cesium #1647

Merged
merged 1 commit into from
Feb 8, 2017

Conversation

andrewkfiedler
Copy link
Contributor

What does this PR do?

Who is reviewing it (please choose AT LEAST two reviewers that need to approve the PR before it can get merged)?

@djblue
@garrettfreibott
@andrewkfiedler
@pklinef

How should this be tested? (List steps with links to updated documentation)

Create line and polygon drawings in Cesium and verify that they contain only the number of points you that were drawn.

What are the relevant tickets?

https://codice.atlassian.net/browse/DDF-2779

 - codice#1534 made a change to DrawHelper which allowed drawings at higher zooms to work.  However, DrawHelper was relying on this to remove the extra points that occur when finishing a drawing.  As a result, we need to remove the final two points on all polygon / line drawings.
@andrewkfiedler andrewkfiedler added this to the 2.10 milestone Feb 8, 2017
@codymacdonald
Copy link
Contributor

Manually verified 👍

@shaundmorris shaundmorris merged commit 7b30f1d into codice:master Feb 8, 2017
lavoywj pushed a commit to lavoywj/ddf that referenced this pull request Feb 13, 2020
…odice#1647)

- codice#1534 made a change to DrawHelper which allowed drawings at higher zooms to work.  However, DrawHelper was relying on this to remove the extra points that occur when finishing a drawing.  As a result, we need to remove the final two points on all polygon / line drawings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants