Skip to content

Commit 00e8bf5

Browse files
authored
remove cogeo.xyz reference in docs (radiantearth#566)
1 parent 584a0cb commit 00e8bf5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/actions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ All actions for assets are stored in the folder [`src/actions/assets`](../src/ac
1111
They all implement the [`AssetActionPlugin` interface](../src/actions/AssetActionPlugin.js).
1212
The actions can be enabled by adding them to the [`assetActions.config.js`](../assetActions.config.js) file.
1313

14-
### cogeo.xyz
15-
16-
Adds an `Open in cogeo.xyz` button that allows to open Cloud-Optimized GeoTiff (COG) files on <https://cogeo.xyz>.
17-
18-
```js
19-
import CoGeoXyz from './src/actions/assets/CoGeoXyz.js';
20-
export default { CoGeoXyz };
21-
```
22-
2314
### copc.io
2415

2516
Adds an `Open in copc.io` button that allows to open Cloud-Optimized Point Cloud (COPC) files on <https://viewer.copc.io>.

0 commit comments

Comments
 (0)