Skip to content

Commit

Permalink
fixdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Apr 13, 2024
1 parent 0ea4b9c commit 411c5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ new Map({

```typescript
import maplibreGl from 'maplibre-gl';
import { useGsiTerrainSource } from './terrain';
import { useGsiTerrainSource } from 'maplibre-gl-gsi-terrain';

const gsiTerrainSource = useGsiTerrainSource(maplibreGl.addProtocol, {
tileUrl: 'https://tiles.gsj.jp/tiles/elev/mixed/{z}/{y}/{x}.png',
Expand Down

0 comments on commit 411c5aa

Please sign in to comment.