ipyleaflet
ipyleaflet copied to clipboard
Can you help me about use ipyleaflet TileLayer to load a buffer data or rewrite TileLayer to load a url tile data?
From the search github, I find the project jupyter-widgets/ipyleaflet#262, The content is about visution the tile data that from server machine process the image and comeback image result as a url, Have you any thinks to rewrite TileLayer to laod the url tile data, Or load the tile data as a Buffer format data(the buffer format is dict, just like the data={"type":"buffer", "data": [10, 10, 10, 10]}, the data is a image mutrix.)