Matthias Feist

Results 14 comments of Matthias Feist

@nrabinowitz I've added the padding and your functions to fix the anti-meridian but that issue still doesn't render properly and I'm a bit at a loss there 😅

For reference: I opened a [ticket in JOSM](https://josm.openstreetmap.de/ticket/19977) for this in parallel to this one.

After playing around with MapCSS, I found that it's actually quite simple to target those runways: `area[aeroway=runway]`

Cool. So that means it is determined with the jobs in Redis and not by something in the Node code that is held in memory. Would that be something that...

Here's a library that does routing (of road networks) completely in JS. Maybe you can draw some inspiration from it? Graphhopper's GTFS module's README also has a good description of...

great idea. For some reason I hadn't thought of this myself. thanks :)

Does anyone know of a working demo how to combine CMDK with something like react-window for virtualisation?

I'm having the same issue with a webpack and react project. It seems that the production mode of the plugin can't see that I'm using a formatter and then crashes...

It seems as if the globalize-compiler is not able to figure out which formatters are used when the JS code is actually compiled by babel...

Thanks for the response. It was actually the issue with a version conflict :+1: thanks for the heads up!