Maciej Ziarkowski

Results 15 comments of Maciej Ziarkowski

For some reason, my TS setup didn't like the `.d.ts` file solution above. I was getting a ts2306 error ("file is not a module") on the import line, and couldn't...

I am also looking into how to avoid using `as any` here. For example, when using the default `renderSubLayers` (which defaults to `GeoJsonLayer`), my approach for adding GeoJson-specific styling props...

On further checking, this doesn't really work as then you can pass anything for the props. Perhaps `TileLayerProps` needs to have an additional generic parameter for the sub-layer properties?

Confirmed that I just got here by hitting the issue with `GeoJsonLayer`.

I'm not the developer of this, but answering based on a quick look through the source: 1. Yes, keep a terminal window open with the running command, it will run...

@andreas-eberle what is left to do on this one? I noticed that #565 I reported some two years ago still persists and was thinking whether I could do some work...

Upon some investigation, I understand that I basically need to use the DatFileMappingComparator to compare the Gold Edition GFX folder to my edition (I have a GOG Ultimate Collection edition)...

Somewhat related I think - I just encountered a problem after upgrading to React 18 (which in strict mode runs each effect twice to check for proper clean-up). My problem...

Thank you @Pessimistress that's awesome. Perhaps this particular example could be added to the documentation, as I feel it's quite a common use case but isn't immediately obvious how to...