Jasmin Savard

Results 473 comments of Jasmin Savard

![image](https://github.com/user-attachments/assets/91a0f6d5-f5e1-4031-b8f9-322a4ffbd70b) Here is how I fixed your code example 😉

I think the idea is to make the url's compatible with older browsers. The idea is to avoid having HTML encoded chars like Space as '%20' or '&' as '%26'....

I'm getting the same issue but it happens only when trying to debug a Vitest unit test in VS Code. Running "npx vitest" works though. ![image](https://github.com/user-attachments/assets/304d7506-fcdd-4318-83bd-715f777936c8) using: Vitest 2.1.8 VS...

@rjpowers10 Did you made any progress on this on your side?

Unless you are doing precision work having more than 6 digits is pretty much irrelevant. Though, we fixed the values to 6 digits for a reason back then. I think...

The issue is that we would need to fix the Leaflet integration to support more than 6 digits if we do so. You are welcome to try and fix this...

I have'nt tried yet. I hope it is just an escaping space char issue.