Skip to content

Commit

Permalink
refactor: fixup lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 23, 2024
1 parent bddac82 commit 963e91e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/landing/src/attribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class MapAttributionState {
return attrsByYear;
}


// Ignore DEMS from the attribution list
isIgnored = (attr: AttributionBounds): boolean => {
const title = attr.collection.title.toLowerCase();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Bounds, GoogleTms, Projection } from '@basemaps/geo';
import { intersection, MultiPolygon, truncate, Wgs84 } from '@linzjs/geojson';
import { ChangeEventHandler, Component, ReactNode } from 'react';
import Select from 'react-select';
Expand Down
2 changes: 1 addition & 1 deletion packages/landing/src/tile.matrix.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BoundingBox, Bounds, GoogleTms, Nztm2000QuadTms, Nztm2000Tms, Projection, TileMatrixSet } from '@basemaps/geo';
import { GoogleTms, Nztm2000QuadTms, Nztm2000Tms, Projection, TileMatrixSet } from '@basemaps/geo';
import { BBox } from '@linzjs/geojson';
import { StyleSpecification } from 'maplibre-gl';

Expand Down
1 change: 1 addition & 0 deletions packages/landing/src/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export interface TileUrlParams {
style?: string | null;
config?: string | null;
pipeline?: string | null;
date?: FilterDate;
imageFormat?: string | null;
terrain?: string | null;
labels?: boolean | null;
Expand Down

0 comments on commit 963e91e

Please sign in to comment.