Bug #10825
Left over removeControl in WGoogleMap causes JavaScript error
Start date:
08/23/2022
Due date:
% Done:
100%
Estimated time:
Description
There's a line that says:
strm << jsRef() << ".map.removeControl(" << jsRef() << ".mtc);";
This appears to have been left over from the v2 API. It causes a JavaScript error when using the v3 API, because removeControl
is missing.
Updated by Roel Standaert 7 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert 7 months ago
- Status changed from Review to Implemented @Emweb
- Assignee set to Roel Standaert
- % Done changed from 0 to 100