gridviz icon indicating copy to clipboard operation
gridviz copied to clipboard

A package for visualizing gridded data 🌐

Results 18 gridviz issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, the div id is given to legendDivId option: const map = new gridviz.Map(document.getElementById('map'), { x: 4500000, y: 2900000, z: 1000, legendDivId: 'ext_legend' }) instead, it should be a container....

When zooming in quickly, there appears to be some zoom flickering (switching back and forth between zoom-levels) I believe this is due to the fact that some redraw events may...

bug

There are various dataset on total population for long timeseries: - https://hub.worldpop.org/geodata/listing?id=64 - NO - incoming JRC dataset from 1961 We could make a demo showing this type of dataset....

enhancement

Recreate some of those beautiful multivariate maps, with venn-diagram style legends: ![image](https://github.com/user-attachments/assets/e1ab2fd0-94ee-4cbd-b517-884ccd2a3efc) These are technically possible with the current Shape/Color/Size style, but a new legend type would be required. https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:gxhy7gwsqxgvetnwrbup5civ/bafkreidztg5kqd4c75kcdaojtkpcjukbd6azgja7q3cfoflblyroj7jwp4@jpeg...

enhancement

Still using v2 so if this behaviour changed in v3 just say so See here how this works https://wahlatlas.net/experimente/zensus2022/gemeinden_test/Karten-Test.html As explained in this [Datwrapper Post](https://blog.datawrapper.de/web-component-embedding/) by @gka I am using...

bug

How would I migrate Lego Style tFun to V3? the only example i could find uses thresholds: ```javascript // get dataset if havent already if (!layer.dataset) getDataset(layer) //define style const...

documentation

Opening a separate, broader issue for this as it is not necessarily related to the main thread. The performance of 2D canvas is quite limited in most situations. Especially on...

enhancement