Skip to content

Commit c1151f6

Browse files
author
jannik brack
committed
ignor import error from module osm2geojson-lite
1 parent fb50b91 commit c1151f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/protocol_handlers/osm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { RequestParameters} from 'maplibre-gl';
22
import { FeatureCollection } from 'geojson';
3+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
4+
// @ts-expect-error
35
import osm2geojson from 'osm2geojson-lite';
46
import protocolPathParser from './utils/protocolPathParser';
57
import getProtocolData from './utils/getProtocolData';

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@
13301330

13311331
"@bahmutov/cy-rollup@^2.0.0":
13321332
version "2.0.0"
1333-
resolved "https://registry.npmjs.org/@bahmutov/cy-rollup/-/cy-rollup-2.0.0.tgz"
1333+
resolved "https://registry.yarnpkg.com/@bahmutov/cy-rollup/-/cy-rollup-2.0.0.tgz#d4d909c212640696f5781924e95bfc4a10b1981a"
13341334
integrity sha512-KJlvqB3U1nvKSq7djkXcvM4WpBLP6HEWKKzChI8s/aw0pYm0gVc+sphpyz5CmGpsNE9+/1QB6yoDfTe9Q97SJw==
13351335
dependencies:
13361336
debug "4.1.1"
@@ -8595,7 +8595,7 @@ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
85958595

85968596
debug@4.1.1:
85978597
version "4.1.1"
8598-
resolved "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz"
8598+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
85998599
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
86008600
dependencies:
86018601
ms "^2.1.1"

0 commit comments

Comments
 (0)