Opened 13 years ago
Closed 13 years ago
#1872 closed enhancement (fixed)
Add a public constructor for RuntimeMapGroup with IMapLayerGroup as argument
Reported by: | gBecker | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Maestro-4.0 |
Component: | General | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description ¶
It would be nice if you can make the internal constructor for RuntimeMapGroup public:
public RuntimeMapGroup(RuntimeMap map, IMapLayerGroup group)
The same would be nice for RuntimeMapLayer as something like this:
public RuntimeMapLayer(RuntimeMap map, IMapLayer layer)
Note:
See TracTickets
for help on using tickets.
Fixed r6262