Fix bicycle shop icon
This commit is contained in:
parent
209652b45d
commit
7c1b05b68b
2 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue