Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Jan 7, 2025
1 parent ed86860 commit defb08d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 3 additions & 1 deletion src/layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)

0 comments on commit defb08d

Please sign in to comment.