make vertex icons always big like before update
This commit is contained in:
parent
9354351706
commit
d231dec726
1 changed files with 1 additions and 1 deletions
2
src/c3nav/static/leaflet/leaflet.editable.js
vendored
2
src/c3nav/static/leaflet/leaflet.editable.js
vendored
|
@ -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),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue