Actions
Bug #10825
closedLeft 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 about 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Roel Standaert)
Updated by Roel Standaert about 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee set to Roel Standaert
- % Done changed from 0 to 100
Updated by Roel Standaert about 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.9.0 to 4.8.1
Updated by Roel Standaert about 2 years ago
- Status changed from Resolved to Closed
Actions