Make bike icons 50*50
This commit is contained in:
parent
27411692b4
commit
98e299eb07
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ export default class BikeParkings extends LayerDefinition {
|
||||||
color: "#00bb00",
|
color: "#00bb00",
|
||||||
icon: L.icon({
|
icon: L.icon({
|
||||||
iconUrl: self.icon,
|
iconUrl: self.icon,
|
||||||
iconSize: [40, 40]
|
iconSize: [50, 50]
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -81,7 +81,7 @@ export default class BikeStations extends LayerDefinition {
|
||||||
color: "#00bb00",
|
color: "#00bb00",
|
||||||
icon: L.icon({
|
icon: L.icon({
|
||||||
iconUrl: iconUrl,
|
iconUrl: iconUrl,
|
||||||
iconSize: [40, 40]
|
iconSize: [50, 50]
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue