lby

Results 9 issues of lby

**Describe the bug** Calling `reearth.off` from plugin code cannot remove the event listener. * Calling from console works fine. **To Reproduce** Steps to reproduce the behavior: 1. Create a plugin...

bug
help wanted
frontend

**Describe the bug** The fog settings (like fog brightness/hue/saturation) will have effects on the ground atmosphere when zoom out far away no matter the fog is enabled or not. **To...

bug

**Describe the bug** When use a plugin using react & react-dom (project struture similar to plateauview project repo) after plugin events triggered a certain times there comes the error `[C...

bug
priority high

# What This is the dev task for https://github.com/eukarya-inc/reearth-plateauview/issues/18 Pedestrian widget enables user explore the map with a pedestrian view. Key features: - Enter/exit pedestrian mode. - Control camera view...

frontend

**Describe the bug** - When run reearth-web locally and update layers data when there's multiple layer exist come out develop error `reearth_draggable is already a registered property` (addProperty issue) -...

bug
frontend

# Overview Selected item in multiple selector was rendered incorrectly due to a mis-refactor earlier. This PR fixed it. ## What I've done ## What I haven't done ## How...

web

# Overview No need to use grid here, it extended the height. ## What I've done ## What I haven't done ## How I tested ## Which point I want...

web

# Overview This PR refactor using new viewerProperty from core. ## What I've done - Refactor using viewerProperty - Breaking changes on pluginAPI: - Added a new `viewer` property ```ts...

web

# Overview Migrate ESLint to v9, using latest eslint-config-reearth, using flat config. ## What I've done ## What I haven't done There's a lot of errors & warnings found by...

web