Make bike icons 50*50

This commit is contained in:
Pieter Fiers 2020-07-16 16:25:27 +02:00
parent 27411692b4
commit 98e299eb07
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ export default class BikeParkings extends LayerDefinition {
color: "#00bb00",
icon: L.icon({
iconUrl: self.icon,
iconSize: [40, 40]
iconSize: [50, 50]
})
};
};

View file

@ -81,7 +81,7 @@ export default class BikeStations extends LayerDefinition {
color: "#00bb00",
icon: L.icon({
iconUrl: iconUrl,
iconSize: [40, 40]
iconSize: [50, 50]
})
};
};