prusswan
prusswan
To build the **current master** for Windows, the easiest way is to go with [vcpkg](https://github.com/mapnik/mapnik/blob/master/INSTALL.md#vcpkg). There is also https://github.com/mapnik/python-mapnik/pull/242 if you want the Python bindings as well (this is not...
@oudoken I don't work with Windows exclusively so it will take someone of @mathisloge's experience to sort out the build tools. For my purpose I went back to Linux/docker. With...
> As of 2024 if dropped windows myself and switched completly to linux :D yea if only we get clients willing to "sponsor" the work > The whole project needs...
likely related to 3d/gpu hardware acceleration: https://communities.vmware.com/t5/VMware-Fusion-Discussions/Translucent-displays-sluggish-Maps-is-dark/td-p/2832898 @sickcodes Do you know the current 3d capabilities of docker-osx? Is Maps working for anybody or any configuration at all?
running into this issue as well, could there be a chance that this is working as intended? i.e. there isn't any new data at z=16, so the client should continue...
I was looking for similar functionality in leafmap (which uses ipyleaflet as a default backend). `formatData` might be workable if the user can pass a Javascript function to the SearchControl.
It is not well-documented, but you can register a shortcut for that via Key Bindings: ``` [ { "keys": ["ctrl+shift+g"], "command": "git_raw", "args": { "command": "gitk --all", "append_current_file": true} }...
After further investigation I believe this may be related to holoviz/holoviews#4862. To trigger it, simply do: `gv.Path(df).opts(color='mission', show_legend=True, tools=['hover'])` This error: `BokehUserWarning: ColumnDataSource's columns must be of the same length.`...
Using custom index file until #1304 is merged
> I believe if you do a gpu passthrough, those issues are resolved, suggesting the culprit is likely the virtual display drivers. That's probable. Could someone using gpu passthrough confirm?...