Fix bicycle shop icon

This commit is contained in:
Pieter Vander Vennet 2020-07-23 14:46:25 +02:00
parent 209652b45d
commit 7c1b05b68b
2 changed files with 4 additions and 3 deletions

View file

@ -72,7 +72,7 @@ export default class BikeShops extends LayerDefinition {
return {
color: "#00bb00",
icon: L.icon({
iconUrl: self.icon,
iconUrl: icon,
iconSize: [50, 50],
iconAnchor: [25, 50]
})