Add new icons

This commit is contained in:
Pieter Vander Vennet 2020-07-20 16:16:22 +02:00
parent dc0da41fb1
commit 7d25088981
6 changed files with 14 additions and 114 deletions

View file

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