Alexander Parshin

Results 5 comments of Alexander Parshin

It's better late than never :) Thank you for replacing `MapQuestOpen.Aerial`! But I don't think that OpenWeatherMap is a good improvement for this example: the error can be fixed by...

I have the following use case: I use threads.js inside a Node.js server (based on Express.js) to execute several client requests in parallel. Unfortunately, the complexity of the request is...

@timdorr @chaance It seems to me that from the end-user perspective, `useNavigate` hook itself shouldn't cause re-rendering of the component. The semantic of this hook is to perform navigation. If...

Unfortunately, I don't use contextmenu events. Instead, I add `L.Mixin.ContextMenu` to my layer class and set corresponding options during layer instantiation. So, the problem is that I can't get original...

No, not click event on menu item, but `contextmenu` event on the layer. I use `L.Mixin.ContextMenu` to add context menu to several layers on my map. These layers are custom...