ichim / LeafletForBlazor-NuGet

LeafletForBlazor NuGet Package - You can quickly add a map control to your Blazor application - 2.2.2.2 version. #12 issue, StreamLegend customization
https://www.nuget.org/packages/LeafletForBlazor#versions-body-tab
76 stars 9 forks source link

Beside using a control (ex. Button) outside the RealTimeMap Component, is it possible to use control inside RealTimeMap #57

Open remillaro01 opened 2 days ago

remillaro01 commented 2 days ago

I would like to know if it is possible to use and add controls inside the RealTimeMap component, to add more possibility to the package.

For exemple, I would like to add a button that add a marker to a custom location to the map.

Actually, I do it with putting the button outside the RealTimeMap component, and physically move it with CSS so it appears "on" the map, but I feel like it is not optimal!

Thank you, wonderful package by the way!

ichim commented 2 days ago

Hello sir, No for this moment. For future versions there will be a customizable child Blazor component.