1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 18:58:57 +00:00

Use custom styling for cluster marker (#24371)

* Use custom styling for cluster marker

* Process code review
This commit is contained in:
Jan-Philipp Benecke
2025-02-24 14:11:06 +01:00
committed by GitHub
parent a4c08a78b9
commit ece4a6345f
3 changed files with 16 additions and 12 deletions

View File

@@ -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/")