Robyn

Results 218 comments of Robyn

https://github.com/mitre/jsonix looks to be an active fork, with the latest release in August. Perhaps @mitre could comment on its status and development plans?

@yvanlebras we have been discussing this issue for a long time: the need to enable more types of content in portals vs. the risks involved with embedding external content. One...

@yvanlebras I'm going to merge this issue with #1383, supporting embedded viz tools in portals. This issue is on our road map. If you have more ideas about how to...

**A note reordering imagery layers** Commit 252d5f07d5948658f03577d058f1503a599105af added a `sortImagery` method. https://github.com/NCEAS/metacatui/blob/252d5f07d5948658f03577d058f1503a599105af/src/js/views/maps/CesiumWidgetView.js#L936-L969 The `CesiumWidgetView` could simply call `sortImagery` when there is a change in the order of imagery in the...

Here's a mockup of a click-and-drag method we could use to re-order layers (based on the original mockups) ![reorder_layers](https://user-images.githubusercontent.com/26600641/201768945-09bed46a-a471-4081-8d5d-642c79314af0.png)

Cesium, designed to represent data in "3D", has some inherent limitations in how layers can be ordered as opposed to a tradition 2D map. In short, we can't sort imagery...

Further investigation shows that the node version may not be the problem here, as there are some feature branches with sinon where the tests pass on GitHub actions. Locally, I...

Note we now get a warning from GitHub actions: ``` test (16.x) Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more...