-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow duplicate marker type on a portal #321
Conversation
Other related parts: Wasabee-IITC/src/code/dialogs/markerChangeDialog.js Lines 38 to 45 in bd3020f
This function is bound to disappear Wasabee-IITC/src/code/model/operation.ts Lines 381 to 390 in bd3020f
But that needs work in the |
We can keep getPortalMarkers if we use the m.ID as the key instead of the type. Then make the appropriate changes in applyChanges. |
that won't be really useful for the
|
With your help, I think I addressed all of the places where a unique marker type was assumed and enforced. |
No, if you change |
0.18 was changing all IDs on update
Fixes #319 by removing checks for existing marker of same type in type select list and when adding a marker.