Opened 15 years ago
Closed 15 years ago
#1357 closed defect (fixed)
Runtime MapLayer change breaks down MaestroAPI RuntimeMapLayer since version 2.2
Reported by: | thomas | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Maestro | Version: | |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
In MapGuide 2.2, m_filter has been added to MapGuide/Common/MapGuideCommon/MapLayer/Layer.cpp. Serialize/Deserialize in MaestroAPI.RuntimeClasses.RuntimeMapLayer does not work anymore after this change.
RuntimeMapLayer has to serialize/deserialize the filter attribute.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | RuntimeMapLayer.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in r4864. Thanks for the patch.
Note:
See TracTickets
for help on using tickets.
Added filter property that is serialized/deserialized (only for versions > 2.1).