Opened 13 years ago
Closed 13 years ago
#1976 closed defect (fixed)
RuntimeMapLayer constructor set layer Type to 1 and empty Group for IBaseMapLayer's
Reported by: | hm | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-4.0-maintenance |
Component: | Maestro | Version: | |
Severity: | minor | Keywords: | RuntimeMapLayer, Group, Type |
Cc: | External ID: |
Description
When creating a new RuntimeMapLayer using the RuntimeMapLayer(RuntimeMap parent, IBaseMapLayer source) the RuntimeMapLayer Type property is 1 and the group name is blank/missing. I have attached the diff file to fix this. Note that the CreateRuntimeMap function actually has code to handle the bug of the RuntimeMapLayer constructor, so this is also fixed in the other diff file.
Attachments (2)
Change History (3)
by , 13 years ago
Attachment: | RuntimeMap.cs.diff added |
---|
by , 13 years ago
Attachment: | PlatformConnectionBase.cs.diff added |
---|
Fixes for the RuntimeMapLayer constructor
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixes for the RuntimeMap constructor