We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584a0cb commit 00e8bf5Copy full SHA for 00e8bf5
docs/actions.md
@@ -11,15 +11,6 @@ All actions for assets are stored in the folder [`src/actions/assets`](../src/ac
11
They all implement the [`AssetActionPlugin` interface](../src/actions/AssetActionPlugin.js).
12
The actions can be enabled by adding them to the [`assetActions.config.js`](../assetActions.config.js) file.
13
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
23
### copc.io
24
25
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