1

I found a issue at GMMap.getZoom. It's a extra parentesis on executeScript function at GMMap.pas line 3071.

Original: if Assigned(FWC) and ExecuteScript('MapGetZoom(', '') then

Solution: if Assigned(FWC) and ExecuteScript('MapGetZoom', '') then

Ramiro
  • 11
  • 3

0 Answers0