resium icon indicating copy to clipboard operation
resium copied to clipboard

React components for 🌏 Cesium

Results 78 resium issues
Sort by recently updated
recently updated
newest added

With yarn pnp, cesium resource will locate in `/home/[user]/.yarn/cache/[lib]-[hash]/...` directory. The symlink script on post install in package.json is hard to work.

fix https://github.com/reearth/resium/issues/623 - cancel prevTask before calling a new create task - The task is always asynchronous

Hi, I tried to deploy original Next app from the example folder to Vercel but resulted the following build error: ![image](https://github.com/reearth/resium/assets/5471183/edadf735-2136-4199-8659-c537b0332812) Another try to AWS Amplify and it was built/deployed...

Hi, how should you use createWorldTerrainAsync properly? Since the newer version of cesium and resium the function createWorldTerrain is not available anymore. You're not supposed to use await in the...

``` import { Cartesian3, Color, Material, Transforms } from 'cesium'; import { CameraFlyTo, Polyline, PolylineCollection, Viewer } from 'resium'; export const Scene3D: React.FC = (): JSX.Element => { const center...

question

We noticed that if we click an Entity, and then immediately click another one, the EntityDescription is not rendered. Looking at https://resium.reearth.io/examples/?path=/story/entity--description it seems that this example exhibits a similar...

Removes assumption that the infobox always has the bodyless class. From looking at the infobox behavior it looks like the bodyless class isn't always present when you click different entities....

Please tell me how to use it in Resium. I successfully implemented this code in CesiumJS's sandcastle, but I can't do it in Resium. Please help. const viewer = new...

I want Resium to display the initial rendering screen and the screen at the coordinates I want when I click the home button. {isButtonClicked && ( )}

I would like to get the metadata from the clicked instance, I can achieve that by either onClick as a prop on the entity and in the viewer. What is...