Per Liedman

Results 35 issues of Per Liedman

> **Note**: Support for IE is being dropped in [v2.0](https://github.com/Leaflet/Leaflet/milestone/39)! I think it's really time to discuss dropping support for IE8, and also possibly 9 and 10. These browsers are...

accepted
breaking
ie

We store feature properties in our layers for use when a layer is interactive and/or can change feature styles after they're loaded. However, when this feature isn't enabled, storing the...

When the control is added to a map, it adds a listener to `fullscreenchange`. When the control is removed, this listener is not removed and when the event fires, the...

As mentioned by @s9eenk in #16, it would be a nice addition to find at least one alternative route, when possible.

For interactive layers (layers with the `interactive` option, or extending the virtual `InteractiveLayer` class), we could provide a `setInteractive` method to change the state after the layer is created. As...

feature
help wanted

Hi, first off let me just thank you for an amazing project! I've had so much fun rendering voxel landscapes, a breeze to get started with this. Of course I...

Should probably check early on and give a better error message.

As suggested in https://github.com/perliedman/leaflet-routing-machine/issues/203#issuecomment-177430492.

enhancement

- [ ] Make new panel controls addable through API, not using hacks - [x] Make geocoder UI completely separate from `L.Routing.Plan` - [x] Organize code more like normal CommonJS/Node.js...

Add an option to animate the display of a new route, such that it grows from the start waypoint towards the destination. Look for example at this example, which looks...

enhancement