Opened 16 years ago
Closed 16 years ago
#673 closed enhancement (fixed)
HttpServerConnection.CreateRuntimeMap() - an overload with a single parameter
Reported by: | MaksimS | Owned by: | ksgeograf |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
HttpServerConnection.CreateRuntimeMap() method may get overloaded with CreateRuntimeMap() taking into account only one parameter - instantiated MapDefinition object. Here's suggested procedure:
- CreateRuntimeMap(myMapDefinition) is issued
- Gets MapDefinition.ResourceId
- Creates "Session:" + conn.SessionID + "" + mapName + ".Map" string
- Here, mapName can be extracted using proposed enhacement in ticket #672 :-)
- Then calling present CreateRuntimeMap implementation with MapDefinition.ResourceId and newly created session Id of a map.
Change History (1)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.0.1 |
Note:
See TracTickets
for help on using tickets.
This is now implemented and committed.