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
I use the following code to set my own clusterer image:
$clusterer->setOption('imagePath', $imagePath);
Basically it works as intended. But in the generated JavaScript, there's the string "1.png" appended to the path which is not in my path at all. It seems to be some test string ;-)
Is it a bug?
The text was updated successfully, but these errors were encountered:
Hello,
I use the following code to set my own clusterer image:
$clusterer->setOption('imagePath', $imagePath);
Basically it works as intended. But in the generated JavaScript, there's the string "1.png" appended to the path which is not in my path at all. It seems to be some test string ;-)
Is it a bug?
The text was updated successfully, but these errors were encountered: