mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed km marks step
This commit is contained in:
parent
7e537d87ac
commit
2dd14f4229
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class KmMarksLayer extends LayerGroup {
|
|||
this.options = {
|
||||
showMiddleMarkers: true,
|
||||
showEndMarker: true,
|
||||
kmMarksStep: 20,
|
||||
kmMarksStep: 10,
|
||||
...(options || {}),
|
||||
} as KmMarksOptions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue