My requirement is to render both the vector data (CSV, geoJson) and the raster images (WMS or png) on the map. User would then be able to annotate such data with point or polygons. Such rendering should work as jupyter-lab extension
and jupyter-widget
.
I am exploring kepler.gl library which meets most of the above requirements except for rendering of raster data (image, wms).
Has anyone got raster images/tiles rendering on kepler.gl? Could you please share the approach or code references?
PS:
I came across following information
- open issue about raster support - there is no traction since 2020.
- kepler-tiles - there is lack of documentation and does not seem to work.