This commit is contained in:
parent
5479be90b8
commit
230dddbfd6
3 changed files with 204 additions and 235 deletions
|
@ -40,7 +40,7 @@
|
||||||
"@angular/platform-server": "^18.2.13",
|
"@angular/platform-server": "^18.2.13",
|
||||||
"@angular/router": "^18.2.13",
|
"@angular/router": "^18.2.13",
|
||||||
"@mapbox/point-geometry": "^0.1.0",
|
"@mapbox/point-geometry": "^0.1.0",
|
||||||
"@maplibre/ngx-maplibre-gl": "^17.4.3",
|
"@maplibre/ngx-maplibre-gl": "^18.1.4",
|
||||||
"@turf/bbox": "^7.1.0",
|
"@turf/bbox": "^7.1.0",
|
||||||
"@turf/distance": "^7.1.0",
|
"@turf/distance": "^7.1.0",
|
||||||
"@turf/helpers": "^7.1.0",
|
"@turf/helpers": "^7.1.0",
|
||||||
|
|
421
pnpm-lock.yaml
generated
421
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,4 @@
|
||||||
import { ElementRef, Input, ViewChild, Directive, HostListener } from '@angular/core'
|
import { ElementRef, Input, ViewChild, Directive, HostListener, OutputRefSubscription } from '@angular/core'
|
||||||
|
|
||||||
import { Subscription } from 'rxjs'
|
|
||||||
|
|
||||||
import { MatButton } from '@angular/material/button'
|
import { MatButton } from '@angular/material/button'
|
||||||
|
|
||||||
|
@ -41,7 +39,7 @@ export class GisafRulerDirective {
|
||||||
@Input() secondaryColor: string = 'white'
|
@Input() secondaryColor: string = 'white'
|
||||||
@Input() fontHalo: number = 2
|
@Input() fontHalo: number = 2
|
||||||
@ViewChild(MatButton) button: MatButton
|
@ViewChild(MatButton) button: MatButton
|
||||||
clickSubscription: Subscription
|
clickSubscription: OutputRefSubscription
|
||||||
lineDrawn: boolean
|
lineDrawn: boolean
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue