stefansc1

Results 5 comments of stefansc1

There are two other ways: when editing the leaflet-heat code anyway, you could change this.options.maxZoom to anything that is not used yet, like this.options_maxZoom, so it can still be set...

Is there an update to this? Or at least a way for the Linux users to access the fixed version?

First of all, thank you for the quick reply. However, I am still unsure what to do. > to respond quickly, a way you can access them yourself is to...

> You can turn off a bunch of stuff that you don't need yes through the CMakeList parameters. Good to know. I will have a closer look at the options...

For future reference, this is what I did and seemed to work: ``` # get Valhalla sources with all submodules git clone --recurse-submodules --remote-submodules https://github.com/valhalla/valhalla.git cd valhalla # install dependencies...