-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug when searching places from the search bar #154
Comments
Hey, thanks for the report. Could you give a concrete example what exactly you type into the search bar and what exact error comes up? |
I am searching for 'Montenero Sabino' for example, and the warnings coming up in the console are : warning 1: Will-change memory consumption is too high. Budget limit is the document surface area multiplied by 3 (838725 px). Occurrences of will-change over the budget will be ignored. SqnXbkMeUHVaSNXQ warning 2: MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead. leaflet-src.js:28:5 Can it help? |
These warnings are very interesting, but I think they are not related to the problem. Right now I can reproduce that searching for something doesn't give any result. I think there might be a problem with the rate limiting of the search, maybe it got stuck. I will try to change the algorithm of the rate limiting, but for now I restarted the server and the search should work again. What I'm not sure yet is how this impacts the ability to drag the map? |
I'm not knowledgeable on programming, so don't know if i can help a lot now, but i got this as well (I attached a screenshot, it migh be more readable): "Tried to send a 'target-destroyed-form' event on an already destroyed actor 'watcher' Actor.js:58:15 |
I'm not getting any of the errors that you are seeing. It's hard to tell whether they even come from FacilMap or rather from some browser plugins that you have installed. I'm still not sure what precise problem you are experiencing. Was the only problem that the search was loading forever without showing any results, or was there another problem? |
Hello, facilmap.mp4 |
Oha, that looks very broken. Thank you, the video is very helpful. I tried the same steps as you did and could reproduce the same behaviour in Firefox. I will try to investigate and fix the problem as soon as possible. In the meantime, if you want to use the map without these problems, you could use a different browser such as Chrome. |
It turns out that I introduced this bug on the 7th of May as part of commit a047a55 and didn't notice that it broke things in Firefox, as I was only testing in Chrome. This bug should be fixed now. Thanks for reporting! Please let me know if something still doesn't work. |
Hello,
when i write on the search bar a place to locate on the map, often there is no response and a bug comes up, also making it difficult to drag the map and move around or to zoom.
Giulia,
thanks for the map service, i use it alot !
The text was updated successfully, but these errors were encountered: