Plot data into leaflet

Hi Everyone,

I just try to learn and use holoviz and its ecosystem. I want to build dashboard with interactive between map, plot and tables. However the map that I want to use must plot some data attributes for example x,y,z from dataframes and need to sync with the other plots and datatables/tabulator (bidirection). From Mark example with using leaflet there was only designed markers (3 marker) which is already supply there not coming from the dataframe. Also I want to change the projection because I want to use custom tile.

Kindly please advise how to solve this situation. Thank you