rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
323 stars 104 forks source link

Fixed Data.StyleOptions.FillColor naming #240

Closed Enritski closed 1 year ago

Enritski commented 1 year ago

Fixed naming of Data.StyleOptions.FillColor (was previously Fillcolor, which was ignored by GoogleMaps javascript API because of case-sensitivity). Added a demonstration in the MapData page to load (and fill-in!) a GeoJson polygon.

valentasm1 commented 1 year ago

https://www.nuget.org/packages/BlazorGoogleMaps/2.5.2 Thank you very much