Hi,
I'm trying to implement "smooth" panning, When I want to move the view, I click with the mouse and move the map. Right now, after moving the view, I have to release the mouse button for the view to load.
In the demos (ex.: https://blazor.syncfusion.com/demos/maps/osm-sublayer), reloading the view takes place immediately after moving the mouse. I copied all the code from the example and the panning works smoothly on your website, but not on mine.
How can this be achieved? I am using Blazor Server.
Thanks in advance.