Skip to content

Commit

Permalink
Fixed diagnostic check
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Madeley committed Jul 31, 2024
1 parent 4472bbe commit 760dfd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontends/leaflet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class LeafletLayer extends L.GridLayer {
coords: Coords,
element: KeyedHtmlCanvasElement,
key: string,
done = () => {},
done = () => { },
) {
this.lastRequestedZ = coords.z;

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export * from "./frontends/leaflet";
export * from "./symbolizer";
export * from "./task";
export * from "./default_style/style";
export * from "./default_style/themes"
export * from "./default_style/themes";
export * from "./painter";
export * from "./tilecache";
export * from "./view";
Expand Down

0 comments on commit 760dfd7

Please sign in to comment.