mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-10 20:29:46 +00:00
Use custom styling for cluster marker (#24371)
* Use custom styling for cluster marker * Process code review
This commit is contained in:

committed by
GitHub

parent
a4c08a78b9
commit
ece4a6345f
@@ -94,10 +94,6 @@ function copyMapPanel(staticDir) {
|
||||
npmPath("leaflet.markercluster/dist/MarkerCluster.css"),
|
||||
staticPath("images/leaflet/")
|
||||
);
|
||||
copyFileDir(
|
||||
npmPath("leaflet.markercluster/dist/MarkerCluster.Default.css"),
|
||||
staticPath("images/leaflet/")
|
||||
);
|
||||
fs.copySync(
|
||||
npmPath("leaflet/dist/images"),
|
||||
staticPath("images/leaflet/images/")
|
||||
|
Reference in New Issue
Block a user