Emil Haldrup Eriksen

Results 147 comments of Emil Haldrup Eriksen

@aliciaoberholzer can you eloborate on how close the current draft implementation is to matching your use case? What additional features / functionality is needed?

@fallspinach do you have any Leaflet example(s) where the visualization is working? EDIT: I just tried your example. The tiles don't load due to a CORS erro (i.e. the browser...

Yes, you can use the developer tool in e.g Chrome to monitor the network requests. When you pan the map, you'll see requests fired - these are the ones to...

Could you post a small example demonstrating the issue?

I haven't seen this issue before. If anyone else experiences it, please post here.

It is known issue that the map does not render properly, if it is initially hidden. I believe that is what you are seeing with the accordion component as well....

The exact syntax depends a bit on the component at hand (e.g. tabs, accordions, ...). For this particular case, it would be along these lines, ``` from dash import Dash,...

No, only Geobuf and "raw" data (i.e. GeoJSON) are currently supported.

Just out of curiosity - why do you prefer `FlatGeobuf` as compared to other formats? I am considering what formats (if any) to support beyond "raw" GeoJSON. There are a...

@mullenkamp I originally added geobuf support based on similar requirements. However, * Through the years, I have experiences non-backwards compatible format changes, i.e. the `.pbf` files generated by some versions...