diff --git a/README.md b/README.md index ed79e87..5da01c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![codecov](https://codecov.io/github/hkfb/velo.gl/graph/badge.svg?token=51M41YJFGO)](https://codecov.io/github/hkfb/velo.gl) -Library for interactive 3D visualization of GPX activities. +React/Typescript library for interactive 3D visualization of GPX and TCX activities. ![GpxLayer](https://github.com/hkfb/velo.gl/raw/main/sample/velo.gl.webp) diff --git a/package.json b/package.json index 0fb9466..e94b0c7 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "velo.gl", + "description": "React/Typescript library for interactive 3D visualization of GPX and TCX activities.", + "repository": "github:hkfb/velo.gl", "author": "HÃ¥vard Bjerke", "license": "MIT", "keywords": [ "gpx", + "tcx", "webgl", "visualization", "react", diff --git a/src/layers/README.md b/src/layers/README.md index 7ab4128..ffb56d1 100644 --- a/src/layers/README.md +++ b/src/layers/README.md @@ -28,7 +28,7 @@ const MyActivityMap = () => { }; ``` -See also [Story](https://hkfb.github.io/velo.gl/?path=/docs/layers-activity-layer--docs) +See also [Activity Layer Story](https://hkfb.github.io/velo.gl/?path=/docs/layers-activity-layer--docs) ## Profile Layer Renders paths extruded vertically from sea level, from a set of 3D polylines. @@ -38,3 +38,5 @@ Renders the position along a GPX trace at a given time. ## Extruded Path Layer Extends the [Deck.gl Path Layer](https://deck.gl/docs/api-reference/layers/path-layer) with vertical extrusion of paths. + +See also [Extruded Path Layer Story](https://hkfb.github.io/velo.gl/?path=/docs/layers-extruded-path-layer--docs)