harp.gl icon indicating copy to clipboard operation
harp.gl copied to clipboard

3D web map rendering engine written in TypeScript using three.js

Results 21 harp.gl issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

wontfix
topic:HARP-4781-sync-internal-dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.1 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

topic:HARP-4781-sync-internal-dependencies

Bumps [sharp](https://github.com/lovell/sharp) from 0.26.0 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @​dwisiswant0 Add support for --libc flag...

topic:HARP-4781-sync-internal-dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

topic:HARP-4781-sync-internal-dependencies

It is a little spartan on the react example front, and would like some examples in react. I am currently converting them from the examples the github (and random Medium...

wontfix

Had anyone had luck with a heatmap? We noticed the documentation is missing https://www.harp.gl/docs/master/doc/modules/harp_examples.geojsonheatmapexample.html We are trying to draw cubes at this point. Thanks, Max

wontfix

**Describe the bug** I have included harp.gl by adding it to the import map: ``` { "imports": { "three": "https://unpkg.com/three/build/three.min.js", "harp": "https://unpkg.com/@here/harp.gl/dist/harp.js" } } ``` and then adding this line...

wontfix

Something like this. https://github.com/heremaps/harp.gl/issues/1854 Thanks