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
74 stars 9 forks source link

Exposing Elevation Data #29

Open odskee opened 6 months ago

odskee commented 6 months ago

Fantastic work with this project I'm currently using LeafletForBlazor in a Blazor/MAUI hybrid application pretty successfully.

However, I need to obtain elevation data for the returned point on the MouseClick Event - lat and lon are easy enough to obtain but I can't see how I get elevation - is this currently possible / if not, would it be much hassle to include this in the RealTimeMap.ClicksMapArgs location model?

ichim commented 6 months ago

Hello sir, Thanks a lot!

A possible solution is to use the elevation basemap from Esri. Using Esri's basemaps is not yet developed for RealTimeMap control.