-
I tried to to use leafmap.kepler, it is successful to create an empty map. However, when I run the demo code, only empty spacing is loaded. May I know how to debug or check the log in order to know what the problem is? If I remove add_csv function, it will be fine, but it is not what I want. m = leafmap.Map(center=[37.7621, -122.4143], zoom=12) leafmap version 0.24.1 to 0.24.4 jupyter version node version python version |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The kepler mapping backend is no longer being developed. I would encourage you to use thei ipyleaflet backend. Is there any specific reason feature you want to use with Kelper that are not available through other backends? |
Beta Was this translation helpful? Give feedback.
The kepler mapping backend is no longer being developed. I would encourage you to use thei ipyleaflet backend. Is there any specific reason feature you want to use with Kelper that are not available through other backends?