Please Open:
No matter which browser/PC I use, the zoomcontrols are not in place, if I pan the map it is often get stuck and leave parts unrendered (old map parts stays). And some how you it stops zooming at level 10 but 12 more are available. Where I can raise the limit ?
I tried now in a server blazore app and I can't really drag a point and move the map it is moving much faster than my mousepointer. I tried it on different computers and different browsers. Than I thought that it is maybe a problem with a server side application and created a client side app, but it is the same there. I made a short video.
And here is the source, I woner if anybody can use the map component with a map provider like google,bings or osm it is always the same, not only exakt panning is impossible also sometimes old map fragments stays on the screen.
Queries |
Details | |
No matter which browser/PC I use, the zoomcontrols are not in place,
I do, same picture, what should be the difference ?
|
We are unable to reproduce the reported issue in the toolbar of the Maps component with the provided application in your last update. We suspect that some styles in your application may have affected the toolbar styles. Please find the screen capture video from our online demo and the sample application with latest package in which we tested for the reported issue.
Screen Capture (Video) from our online demo: https://www.syncfusion.com/downloads/support/forum/170749/ze/toolbarzooming-1208008440
Screen Capture (Video) from the latest version package: https://www.syncfusion.com/downloads/support/forum/170749/ze/toolbarzoomininlatestversion1037091177
Please share us a sample application to reproduce this issue. It will be helpful for us to analyze further and assist you better. | |
And some how you it stops zooming at level 10 but 12 more are available. Where I can raise the limit ? |
We can raise the limit of the zoom level using the "MaxZoom" property in the "MapsZoomSettings" class in the Maps component. Please find the code snippet for the same below.
Code Snippet:
We have created a sample to demonstrate the same and it can be found from the below link.
| |
if I pan the map it is often get stuck and leave parts unrendered (old map parts stays). |
We are able to reproduce the reported issue with the provided sample. However, we have already fixed the issue and the fix is included in our weekly patch release(19.3.56). Please find the package link below.
| |
I tried now in a server blazore app and I can't really drag a point and move the map it is moving much faster than my mousepointer. I tried it on different computers and different browsers. Than I thought that it is maybe a problem with a server side application and created a client side app, but it is the same there. I made a short video. | ||
And here is the source, I woner if anybody can use the map component with a map provider like google,bings or osm it is always the same, not only exakt panning is impossible also sometimes old map fragments stays on the screen. |
Great , the panning now works without displacement after upgrading th esf.maps nuget package. For the zoomcontrols I already posted my project see BlazorWA_444c4d4b.zip on November 27,2021 11:39 9AM