darnton / LeafletBlazor

Blazor component for interop with Leaflet slippy map library.
31 stars 20 forks source link

No properties visible in MarkerOptions #9

Open catnip-se opened 3 years ago

catnip-se commented 3 years ago

Hi, in nuget package 0.1.3 there are no accessable properties in the MarkeOptions class.

Sm1rfa commented 3 years ago

The situation is still the same.

darblastermm commented 3 years ago

Did anyone manage to resolve this?

Sm1rfa commented 3 years ago

I did it with my own fork and build https://github.com/Sm1rfa/LeafletBlazor and nuget link is there.

timothyparez commented 3 years ago

It seems the official NuGet package is based on an older commit.
I cloned this repo and added a project reference instead, that worked.