Changes between Version 1 and Version 2 of MapGuideRfc120
- Timestamp:
- 07/29/11 06:57:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc120
v1 v2 1 = !MapGuide RFC 120 - Add new command MapTip to enable/disable the map tooltip in web layout =1 = !MapGuide RFC 120 - Add new command !MapTip to enable/disable the map tooltip in web layout = 2 2 3 3 This page contains an change request (RFC) for the !MapGuide Open Source project. … … 23 23 == Overview == 24 24 25 The proposal is to add a new command " MapTip" in web layout to enable/disable the map tooltips.25 The proposal is to add a new command "!MapTip" in web layout to enable/disable the map tooltips. 26 26 27 27 == Motivation == 28 28 29 Currently in MapGuide, the client sends " QueryMapFeatures" request to get the tooltips of features under the mouse as it hovers over the map. However, most of the requests are unnecessary and useless for the end-user. For example, when the user are doing measure/pan/zoom, the tooltips are redundant for the user. If we remove these unnecessary requests, we can reduce MapGuide Server's overload. The new command "MapTip" provides an opportunity for the user to disable the map tooltips, to reduce the "QueryMapFeatures" requests. And the user still can enable the tooltips again with this command.29 Currently in MapGuide, the client sends "!QueryMapFeatures" request to get the tooltips of features under the mouse as it hovers over the map. However, most of the requests are unnecessary and useless for the end-user. For example, when the user are doing measure/pan/zoom, the tooltips are redundant for the user. If we remove these unnecessary requests, we can reduce !MapGuide Server's overload. The new command "!MapTip" provides an opportunity for the user to disable the map tooltips, to reduce the "!QueryMapFeatures" requests. And the user still can enable the tooltips again with this command. 30 30 31 31 32 32 == Proposed Solution == 33 33 34 We need to add an new BasicCommandActionType enumeration named "MapTip" in the weblayout schema to support "MapTip" action.34 We need to add an new !BasicCommandActionType enumeration named "!MapTip" in the weblayout schema to support "!MapTip" action. 35 35 {{{ 36 36 <xs:simpleType name="BasicCommandActionType"> … … 48 48 == Test Plan == 49 49 50 Run on Linux/Windows.50 Run on !Linux/Windows. 51 51 52 == Funding /Resources ==52 == Funding / Resources == 53 53 54 54 Supplied byAutodesk.