Add support for local pmtiles tile package (via drag and drop) #759
Annotations
6 errors
Run npm run build:
src/components/App.tsx#L291
Object literal may only specify known properties, and 'localPMTiles' does not exist in type 'Readonly<AppState>'.
|
Run npm run build:
src/components/App.tsx#L746
Property 'localPMTiles' does not exist on type 'Readonly<AppState>'.
|
Run npm run build:
src/components/App.tsx#L891
Object literal may only specify known properties, and 'localPMTiles' does not exist in type 'AppState | ((prevState: Readonly<AppState>, props: Readonly<any>) => AppState | Pick<AppState, keyof AppState> | null) | Pick<...>'.
|
Run npm run build:
src/components/MapMaplibreGl.tsx#L98
Object literal may only specify known properties, and 'pmtilesProtocol' does not exist in type 'Readonly<MapMaplibreGlState>'.
|
Run npm run build:
src/components/MapMaplibreGl.tsx#L169
Property 'pmtilesProtocol' does not exist on type 'Readonly<MapMaplibreGlState>'.
|
Run npm run build
Process completed with exit code 1.
|
Loading