Commit 6876d6a
fix(photo-addon): fix TypeScript errors in OSM tile layer
Replace L.TileLayer.extend() with event-based approach using
tileloadstart/tileerror events. The previous approach accessed
the protected createTile method, causing TypeScript errors in CI.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Martin Mattel <github@diemattels.at>1 parent a1bbe85 commit 6876d6a
1 file changed
Lines changed: 16 additions & 17 deletions
Lines changed: 16 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
| 489 | + | |
| 490 | + | |
506 | 491 | | |
507 | 492 | | |
508 | 493 | | |
509 | 494 | | |
510 | 495 | | |
511 | 496 | | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
512 | 511 | | |
513 | 512 | | |
514 | 513 | | |
| |||
0 commit comments