Closed sheershoff closed 8 years ago
The load event function in config was not fired because it is fired on setting map zoom/location, and it was set before events binding section. However, postponing setting zoom/location after events are bound allows the code to execute.
See https://github.com/Leaflet/Leaflet/issues/3560
Scrutinizer error is timeout for external code coverage
do tests run successfully?
Hi @sheershoff Do you mind fixing conflicts and tests? I would like to merge it
done https://github.com/2amigos/yii2-leaflet-extension/commit/dcc0ae87af133f37a403ddd3c07fca9a45efb8d0
The load event function in config was not fired because it is fired on setting map zoom/location, and it was set before events binding section. However, postponing setting zoom/location after events are bound allows the code to execute.
See https://github.com/Leaflet/Leaflet/issues/3560