make vertex icons always big like before update

This commit is contained in:
Gwendolyn 2024-12-20 09:46:20 +01:00
parent 9354351706
commit d231dec726

View file

@ -483,7 +483,7 @@
L.Editable.VertexIcon = L.DivIcon.extend({ L.Editable.VertexIcon = L.DivIcon.extend({
options: { options: {
iconSize: new L.Point(8, 8), iconSize: new L.Point(20, 20),
}, },
}) })