You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I found a possible starting point under tests: tests/functional/views/map-leaflet-config.php
But the referenced tests\TestPlugin; is missing in the GitHub repository.
I would like to use or create the Leaflet.heat Javascript plugin as a real Yii2 Leaflet plugin. I created a quick and dirty solution based on a regular Yii2 component LeafletHeatmap.php.zip but would really like a more robust "official" solution and it looks like a Leaflet Plugin is the intended way to do so.
The text was updated successfully, but these errors were encountered:
Hi there,
Question: how does one create a Leaflet Plugin?
I found a possible starting point under tests:
tests/functional/views/map-leaflet-config.php
But the referenced
tests\TestPlugin;
is missing in the GitHub repository.I would like to use or create the Leaflet.heat Javascript plugin as a real Yii2 Leaflet plugin. I created a quick and dirty solution based on a regular Yii2 component LeafletHeatmap.php.zip but would really like a more robust "official" solution and it looks like a Leaflet Plugin is the intended way to do so.
The text was updated successfully, but these errors were encountered: