-
Notifications
You must be signed in to change notification settings - Fork 331
Are both Model::updateMarkerSet() and replaceMarkerSet() necessary? #1780
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
Comments
At a minimum |
Actions from today's meeting:
I wanted to raise the issue that this treatment of the From our discussion for |
We should at least do 1. It looks like it is not being used by the GUI see #1903 |
Model::updateMarkerSet(newMarkerSet)
takes the union of the existing marker set, which may not be what users intend/expect. During scaling, I was expecting that the provided <marker_set_file> replaces that of the model. The comment is ambiguous.The text was updated successfully, but these errors were encountered: