File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -589,6 +589,7 @@ declare module 'leaflet' {
589589 startCircle ?: string ;
590590 finishCircle ?: string ;
591591 placeCircleMarker ?: string ;
592+ placeText ?: string ;
592593 } ;
593594
594595 actions ?: {
@@ -608,7 +609,25 @@ declare module 'leaflet' {
608609 cutButton ?: string ;
609610 deleteButton ?: string ;
610611 drawCircleMarkerButton ?: string ;
612+ snappingButton ?: string ;
613+ pinningButton ?: string ;
614+ rotateButton ?: string ;
615+ drawTextButton ?: string ;
616+ scaleButton ?: string ;
617+ autoTracingButton ?: string ;
611618 } ;
619+
620+ measurements ?: {
621+ totalLength ?: string ;
622+ segmentLength ?: string ;
623+ area ?: string ;
624+ radius ?: string ;
625+ perimeter ?: string ;
626+ height ?: string ;
627+ width ?: string ;
628+ coordinates ?: string ;
629+ coordinatesMarker ?: string ;
630+ }
612631 }
613632
614633 type ACTION_NAMES = 'cancel' | 'removeLastVertex' | 'finish' | 'finishMode' ;
You can’t perform that action at this time.
0 commit comments