[mapguide][MG251][Modified] Tile service does not clean up cached tiles for deleted maps
Walt Welton-Lair
walt.welton-lair at autodesk.com
Fri Apr 21 21:53:55 EDT 2006
You can view the artifact detail at the following URL:
https://mapguide.osgeo.org/servlets/Scarab/id/MG251
Type:
Defect
Artifact ID:
MG251 (Tile service does not clean up cached tiles for deleted maps)
Modified by:
Walt Welton-Lair
waltweltonlair (walt.welton-lair at autodesk.com)
The following modifications were made to this artifact:
---------------------------------------------------------------------
-- Developer Notes set to new value:
The fix in ApplicationRepositoryManager.cpp was provided by Steve. The extra code in this class is what was needed to ensure notifications get sent out after a map has deleted.
The change to the tile cache involves how tiles for session-based maps are stored in the cache. Before this change the folder used to store the tiles was of the form:
<Map Name> + <Map ObjectID>
Now it has the form:
<Map Name> + <Session ID>
All run time maps in a given session have a unique name, map name + session ID still gives a unique folder.
-- Resolution Description set to new value:
Code fixes have been submitted.
-- Artifact Status changed:
Old value:
Assigned
New value:
Resolved
-- Status Explanation set to new value:
Code fixes have been submitted.
-- Resolution set to new value:
Submitted
---------------------------------------------------------------------
This message was automatically generated by Project Tracker.
More information about the Mapguide_issues
mailing list