heremaps / harp.gl

3D web map rendering engine written in TypeScript using three.js
Apache License 2.0
1.28k stars 197 forks source link

Heatmap example is blank #2365

Open mnesler opened 2 years ago

mnesler commented 2 years ago

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

nzjony commented 2 years ago

@mnesler , are you referring to: https://www.harp.gl/docs/master/examples/#datasource_geojson_choropleth.html ?

The documentation comes from here: https://github.com/heremaps/harp.gl/blob/master/@here/harp-examples/src/datasource_geojson_choropleth.ts

Sorry it is out of date and that link isn't working.

mnesler commented 2 years ago

@nzjony thank you for the reply. Is the heapmap link supposed to be the choropleth link?

nzjony commented 2 years ago

@mnesler , yes, I think heat map is the wrong term, it should be choropleth, see: https://en.wikipedia.org/wiki/Choropleth_map

mnesler commented 2 years ago

@nzjony heatmap is the term most mapping libs use. Choropleth is neat, but you already have the geometry defined as borders of a state.

I have to change from Deck.gl which has a feature for 3d heatmaps; you just provide geopoints and the library draws a three dimensional 'grid'. This feature is either hidden or missing in Here. Our team is now considering developing this feature.

Will this feature described above be in Heremaps / Harp anytime soon?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.