Github user volumeint commented on the issue:
https://github.com/apache/zeppelin/pull/1210
I just published a helium visualization that uses Leaflet. You can find it
at (https://github.com/volumeint/helium-volume-leaflet). To get it working, I
first had to patch
[webpack.config.js](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/resources/helium/webpack.config.js)
in zengine 0.8.0-SNAPSHOT to add a test for png files. Leaflet has two png
files referenced in their CSS.
test: /\.svg(\?\S*)?$/, loader: 'url-loader', }, {
test: /\.png(\?\S*)?$/, loader: 'url-loader', }, { <-- add
this line
test: /\.json$/, loader: 'json-loader' }, ],
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---