fixed km marks step

This commit is contained in:
Fedor Katurov 2020-01-14 12:55:41 +07:00
parent 7e537d87ac
commit 2dd14f4229

View file

@ -17,7 +17,7 @@ class KmMarksLayer extends LayerGroup {
this.options = {
showMiddleMarkers: true,
showEndMarker: true,
kmMarksStep: 20,
kmMarksStep: 10,
...(options || {}),
} as KmMarksOptions;
}