Tobias Teleman
Tobias Teleman
I've tried this both on `6.5.0` and `7.0.0-alpha0` with the same bug. Attaching two geojson objects that create the bug when called with `union(featureCollection([geom1.type === 'Feature' ? geom1 : feature(geom1),...
This is how I solved to synchronize two Y axis with using `getNiceTickValues()` from `recharts-scale` ```javascript import {getNiceTickValues} from "recharts-scale" import {Bar, ComposedChart, Line, YAxis} from "recharts"; import {useEffect, useRef}...
Same here, it looks like the function difference creates invalid polygons in some cases, and then this function call `helpers.polygon(differenced[0], properties);` throws the error in the file `helpers/index.js`
Seems like this is fixed in `7.0.0-alpha-0`! Thank you for your effort in developing this! Since the api is changed you have to rewrite code that uses geojson-objects from `difference(geom1,...
Any progress with showing a minimal example of using custom styles? Tried setting the arguments to Styler, but no changes visible. Any example on how to make a custom style...