Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: fixed links to doc in README
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Bacarella <[email protected]>
  • Loading branch information
dbacarel committed Sep 23, 2021
1 parent 4432ea4 commit 6745057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @here/harp.gl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ with `theme` loaded from `unpkg.com` CDN.
Runtime.
- `harp.gl` uses Web Workers from `harp-decoders.js` to offload CPU intensive work from main thread
(in particular for
[OmvDataSource](http://harp.gl.s3-website-us-east-1.amazonaws.com/docs/master/doc/classes/_here_harp_omv_datasource.omvdatasource.html) and
[GeoJsonDataProvider](http://harp.gl.s3-website-us-east-1.amazonaws.com/docs/master/doc/classes/_here_harp_geojson_datasource.geojsondataprovider.html).
[OmvDataSource](http://harp.gl.s3-website-us-east-1.amazonaws.com/docs/master/doc/classes/harp_omv_datasource.omvdatasource.html) and
[GeoJsonDataProvider](http://harp.gl.s3-website-us-east-1.amazonaws.com/docs/master/doc/classes/harp_geojson_datasource.geojsondataprovider.html).
Web Workers.
- For convienience `harp.gl` detects URL from which is loaded and by default detects location of
`harp-decoders.js` which is distributed together. That may cause problems with `same-origin`
Expand Down

0 comments on commit 6745057

Please sign in to comment.