resium
resium copied to clipboard
React components for 🌏 Cesium
[Documentation](https://resium.reearth.io/installation) could be updated as for recent version of Next, the `next.config.js` file should be changed to: ```ts const nextConfig = { reactStrictMode: true, webpack: (config, { webpack }) =>...
I am trying to open index.html from build of the app and it is not showing anything and giving different errors in console.log .
I am using nextjs + resium in both latest versions. I found change event is not triggered sometimes, so I cannot display current lon/lat and height to users. When I...
## Summary by CodeRabbit - **New Features** - Enhanced storybook stories for the `ImageryLayer` component with selectable imagery providers ("arcgis" and "cesium"). - Introduced a new story, `Strict`, for additional...
Hi, I'd like to address two new (independent) issues regarding wrong typings with new Cesium and new React: 1. Resium currently uses `[email protected]`. From `[email protected]` onwards, new attributes were added...
**Specs**: - Resium: 1.18.2 - React: 17.0.2 - Node: 20.5.1 - Server side rendering: no **Expected**: `viewer` is defined once the globe has rendered **Actual**: `viewer` is always `undefined`, even...
The sponsor link which points to https://opencollective.com/resium doesn't actually allow sponsoring. It only allow _billing_ Resium, the opposite of sponsoring! https://github.com/user-attachments/assets/cb49dfea-33ff-432e-8087-517131323fbf
**Specs**: - Resium: 1.18.2 - Cesium: 1.95.0 - React: 17.0.2 - TypeScript: 5.4.5 - Node: 20.5.1 **Expected**: `imageryProvider` prop has no type errors **Actual**: `imageryProvider` prop is not recognized This...