rungwiroon/BlazorGoogleMaps

Marker Collision processing broken in v3.0.6

joe-shapiro-biz opened this issue · 15 comments

with latest release, getting the above error in console. Note case of "optionaL_"

Could you give a bit more information?

Sorry but unable to reproduce with our wasm sample nor in .net 6, nor .net 7.
Would need minimal project

required.zip
run this and look at the javascript console.

then comment out this line in Map.razor and do it again...
CollisionBehavior = CollisionBehavior.REQUIRED_AND_HIDES_OPTIONAL,

(and, of course, the collision processing does not work under these circumstances)

I think it come down from &v=beta . It should be &v=3
Sorry but i dont want to try make it work with beta version. Who knows. Maybe with production version it will start working

Also thank you for demo project. I know it takes time

Related
#127

Thank you for not giving up. There was huge migration from json.net to system.text.json so in that step it was lost some enum serializations.
https://www.nuget.org/packages/BlazorGoogleMaps/3.0.7