Modify ↓
Opened 15 years ago
Closed 15 years ago
#3676 closed enhancement (fixed)
[PATCH] deprecate the use of OsmPrimitive selection methods
Reported by: | hansendc | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Must go through the DataSet instead. This gets rid of all use outside of DataSet. A future patch will remove these methods entirely and instead rely on an implementation inside the DataSet to track selected state.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | deprecate-osmprimitive-selection-methods.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2264]) applied #3676 - patch by Dave Hansen - cleanup selection handling interface