File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -440,17 +440,21 @@ export class NgmNavTools extends LitElementI18n {
440
440
} ) } "
441
441
@click =${ ( ) => this . dispatchEvent ( new CustomEvent ( 'togglecamconfig' ) ) }
442
442
> </ div >
443
- < div
444
- title ="${ i18next . t ( 'nav_target_point' ) } "
445
- class ="ngm-coords-icon ${ classMap ( {
446
- 'ngm-active-icon' : this . showTargetPoint ,
447
- 'ngm-disabled' :
448
- this . lockType !== '' && this . lockType !== 'elevation' ,
449
- } ) } "
450
- @click =${ ( ) => this . toggleReference ( ) }
451
- > </ div >
452
443
</ div >
453
444
${ dragArea }
454
445
` ;
455
446
}
447
+
448
+ // TODO Fix the target point tool and then add this icon back to the toolbar.
449
+ /*
450
+ <div
451
+ title="${i18next.t('nav_target_point')}"
452
+ class="ngm-coords-icon ${classMap({
453
+ 'ngm-active-icon': this.showTargetPoint,
454
+ 'ngm-disabled':
455
+ this.lockType !== '' && this.lockType !== 'elevation',
456
+ })}"
457
+ @click =${() => this.toggleReference()}
458
+ ></div>
459
+ */
456
460
}
You can’t perform that action at this time.
0 commit comments