Replies: 4 comments
-
I agree with the question, I really need to draw a layer in Leaflet using deck.gl, I’m even ready to get involved in the development since the library is as useful as possible and I would like to develop it |
Beta Was this translation helpful? Give feedback.
-
I had this same requirement. Until this gets fixed I have just copied deck-layer and deck-utils into my own project. |
Beta Was this translation helpful? Give feedback.
-
Hi, Is there any updates on this? The error i get when trying to install with yarn : error An unexpected error occurred: "https://registry.npmjs.org/@deck.gl-community%2fleaflet%60: Not found". |
Beta Was this translation helpful? Give feedback.
-
There was some discussion and the consensus was to reuse the existing leaflet package name when republishing. You could always follow along in the OpenJS slack https://openjs-foundation.slack.com/archives/C06SFTXG86T/p1739776393759199?thread_ts=1739297387.830049&cid=C06SFTXG86T |
Beta Was this translation helpful? Give feedback.
-
I am following this example
https://github.com/visgl/deck.gl-community/tree/master/modules/leaflet
Anyone know why I can't install this package through yarn / npm?
@deck.gl-community/leaflet
As a side note, the deprecated deck.gl-leaflet package for
LeafletLayer
is undefined as well. https://github.com/zakjan/deck.gl-leafletimport { LeafletLayer } from 'deck.gl-leaflet';
There doesn't seem to be other options to integrate Deck.GL and Leaflet.
Beta Was this translation helpful? Give feedback.
All reactions