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
We're creating a wrapper component for leaflet and some other plugins included in it using stencil.js.
Normal marker icons after zooming are working fine. But the cluster icons (the colored circles) are not visible. The numbers, of the clusters, are visible though. In other projects everything's working fine. But in this stencil project, it's not. Following are my imports:
The problem was that I was importing the css files in the .tsx file. It need to be imported in the global styling .css file or the .css file of the respective component. It's stencil.js specific, I guess.
We're creating a wrapper component for leaflet and some other plugins included in it using stencil.js.
Normal marker icons after zooming are working fine. But the cluster icons (the colored circles) are not visible. The numbers, of the clusters, are visible though. In other projects everything's working fine. But in this stencil project, it's not. Following are my imports:
I tried to to use the custom cluster icons, but that's not working too.
In this setup, I commented
MarkerCluster.Default.css
import
and imported the new css file.What could be the problem? Any suggestions?
The text was updated successfully, but these errors were encountered: