Css tweaking

This commit is contained in:
Pieter Vander Vennet 2020-07-24 18:19:37 +02:00
parent 89b78ee709
commit 8ca4eb1747
2 changed files with 6 additions and 4 deletions

View file

@ -82,7 +82,7 @@ export default class BikeStations extends LayerDefinition {
icon: L.icon({
iconUrl: iconUrl,
iconSize: [50, 50],
iconAnchor: [25,50]
iconAnchor: [25, 50]
})
};
};