Skip to content

Commit

Permalink
fix the folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 16, 2023
1 parent f27b066 commit 157f9e4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bathymetry/src/bathy.maker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Gdal } from '@basemaps/cli/build/dgal/gdal.js';
import { Gdal } from '@basemaps/cli/build/gdal/gdal.js';
import { GdalCommand } from '@basemaps/cli/build/gdal/gdal.command.js';
import { Bounds, Epsg, Tile, TileMatrixSet } from '@basemaps/geo';
import { fsa, LogType, s3ToVsis3 } from '@basemaps/shared';
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/cog/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BoundingBox, EpsgCode, NamedBounds, TileMatrixSet } from '@basemaps/geo';
import { FileConfig } from '@basemaps/shared';
import { GdalCogBuilderResampling } from '../dgal/gdal.config.js';
import { GdalCogBuilderResampling } from '../gdal/gdal.config.js';

export interface FeatureCollectionWithCrs extends GeoJSON.FeatureCollection {
crs: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 157f9e4

Please sign in to comment.