Actions
Bug #4990
closedWGoogleMap Circles are not cleared
Start date:
06/22/2016
Due date:
% Done:
0%
Estimated time:
Description
wt-3.3.5,
Circles drawn on googlemap are not removed when clearing overlay.
Have made patch that fixes it for me, perhaps useful for others
---- wt-3.3.5/src/Wt/WGoogleMap.C 2016-06-16 15:15:53.879773247 +0200
- wt-3.3.5/src/Wt/WGoogleMap.C_new 2016-06-22 10:25:14.583079250 +0200
@@ --378,7 +378,8 @@ void WGoogleMap::addCircle(const Coordin
\" strokeColor:\"" << strokeColor.cssText() << "\",\"
\" strokeOpacity: \" << strokeOpacity <<
"} " - ");";
- ");"
- << jsRef() << ".map.overlays.push(circle);";
doGmJavaScript(strm.str());
}
Updated by Koen Deforche over 8 years ago
- Status changed from New to InProgress
- Assignee set to Roel Standaert
- Target version set to 3.3.6
Updated by Roel Standaert over 8 years ago
- Status changed from InProgress to Implemented @Emweb
Updated by Koen Deforche over 8 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Koen Deforche over 8 years ago
- Status changed from Resolved to Closed
Actions