Sam Claus
Sam Claus
Hi, what is the status on this? Is there anyway to compile this to a WebAssembly target that can be lazy-loaded to a page? I have heard Rust has excellent...
> If this is added, we could use style-directives on components. Yes, and any of the other directives you can apply to normal elements, including actions. That does make me...
@Falke-Design May I simply add a `this.off()` call to the `Map.remove()` method? I believe the map is already unusable after removal, so that simply removing all event listeners in a...
@Falke-Design I made the following changes: 1. The `Map` constructor originally had the following: ```js // zoom transitions run with the same duration for all layers, so if one of...
@jonkoops Pinging because it has been almost 3 months. Can this fix be merged?
Something to consider is the scope of the library, as well as end-user JavaScript bundle size because that typically suffers when adding features. To me, the value that Leaflet provides...
Just to offer some framework cross pollination: Svelte does not currently have a `{#switch}` directive. However, it does have full-fledged `if-else-if-else-if-...-else` logic support in templates. By comparison, Angular's over-engineered `*ngIf`...
@petebacondarwin That's awesome! Sounds like you guys have a good game plan. Of course it will take time. I don't think any serious developers would shame a team for taking...
@danielgavrilov I'm glad the library has been of use to you and thank you for taking the time to make this PR and even write a test case. I regret...
As someone who has spent a great deal of time refactoring my own fork of Leaflet, this idea seems like a very sensible improvement. TBH I gutted the tooltip code...