Bump @maplibre/ngx-maplibre-gl
All checks were successful
/ build (push) Successful in 30s

This commit is contained in:
phil 2024-12-23 13:40:34 +01:00
parent 5479be90b8
commit 230dddbfd6
3 changed files with 204 additions and 235 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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(