Skip to content

Commit

Permalink
fixes lat lon display timeseries resutls menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim committed Nov 11, 2024
1 parent 00d7768 commit 764ba3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
(change)="updateSeries($event.checked, $index)">
<mat-icon class="ts-wkt-icon">place</mat-icon>
<span class="ts-wkt-label">
{{point.geoemetry.getFlatCoordinates()[0] | floatPrecision: 2}},&ensp;{{point.geoemetry.getFlatCoordinates()[0] | floatPrecision: 2}}
{{point.geoemetry.getFlatCoordinates()[1] | floatPrecision: 2}},&ensp;{{point.geoemetry.getFlatCoordinates()[0] | floatPrecision: 2}}
</span>
<button mat-icon-button (click)="deletePoint($index)"><mat-icon>delete</mat-icon></button>
</mat-checkbox>
Expand Down

0 comments on commit 764ba3a

Please sign in to comment.