Emil Haldrup Eriksen
Emil Haldrup Eriksen
I have also noticed similar behavior. Accordingly to my preliminary tests, it goes away by using a single thread, i.e. if you use a command like ``` gunicorn --threads=1 ```...
Since `DashProxy._setup_server` is calling `Dash._setup_server`, I guess implementing the proposed fix in `DashProxy` will also solve the issue for `Dash` itself (if you are using `DashProxy`)? I have created a...
I have pushed a `0.1.12rc1` version that includes the fix if anyone wants to try it out.
Thanks! Could you elaborate a little more on what you are after? I am not sure what you mean by "TimeDimension" (is it a framework, a component, variables variying in...
While there have previouslty been discussions on `FreeDraw` (and a draft implementation), it never made to an actual `dash-leaflet` release. Maybe the [`EditControl`](https://www.dash-leaflet.com/components/controls/edit_control) could suit your usecase?
It hasn't been added yet, but I would be happy too look at a PR.
What is the error? Did you change any code as compared to the example code? I was able to run the example code locally without any issues.
@Eric-UW-CRL thanks for the feedback! There is nothing wrong with your code - i just didn't get to event handlers in the first take. If you bump to the next...
> This would be a super welcome addition to this awesome package! :) > > > > I have a use case where the tile layer also accepts query parameters...
In that case, I guess if the URL was made dynamic (i.e that it can be changed by a callback), that would support your use case also?