Michelle Farmer

Results 5 issues of Michelle Farmer

### What happened? Not sure if this is intended behavior or not. And if so, a bug vs feature request. When adding dataSources, the latest dataSource appears to be setting...

type - bug
needs triage

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....

This adds an empty check to the initial name set for a GeoJsonDataSource. Adding this check allows it to fallback to checking other title/name possibilities a few lines below. [Example](https://sandcastle.cesium.com/#c=5Vddb5swFP0riL2kUuIYjLHp0mpT9iFN0zap0V7GHlxwO6sGI2NapVX/++yQNG0+m03JKu0+4etzr48vcI9upsraeNeC33DtnXglv/GGvBZNAb5PfJ3UzybroSoNEyXXqX/0Oi3T8pppT1VG2AQ28C4tPWsZK7hm3vE0I6gzXnLQersziA2tlyHOO4NIVlQj9VGrpsyPPaMbnpb3k1OzCd9Lrt4XlRmPhJF8fnrqX3BmGs3r1D/2frROZ3fzxxZnxhV3mNT/0EakfncRU2lVcW1Em20hxTSNO7/Ns5SgReS8zrSYlGkjLrNXNXrcK22ppsSYlOcsu/JG7SErwy6ElC38VZJAaxtwPVWxTJhxi4cAWzJPoPdLJbB1Lriltb4AD3X8puT40l1yzfWUzkXJzNKreWxr3Fu2nPVIAghCMaZhHCMUBd3NeIRBFMcRSpIowBAjtB7+s/tXrDCNMIUkTgiBmGynFYQ0ssQCFESIxPGeeFFAAkLCkNhSJRShZ/DCAbTlgiRAKKF7o5WEBCOM3TEJxttpkQjagkFCQ4STZG9vkWAYhmGEwjig9BmsXJFgEKMIw70Va39f/OqtFe4F1/18OX2cXXBFxx0qKXnWNkbb3Z809xfU199mpmFyYxPec483N6onuTFc9zKVTyO/DLcrAoSJtf9YEehu/wc+jCLEL1QR6I6KEB5CERIAd1QEehhFoLspAj2MIuzri/9XijCdEXJm2JlqtB1FAMvzznRE+cjVp1qV7x52gVQs78wEpDubT46OHjLdKlWMVOdP886njkfJ3Tzkd/1BbcaSn85u/EYUldLGa7TsANA3vKik63b98ya74gZkde0CHXTQfxw6yMW1J/KTFZOXm4zq2u5cNFKeiVtbv9NB3+KXQh1hUV5+veZasrGD/QpOP7dOAMCgb5erI41SVpP0Qubf)...

### What happened? When using clampToGround, points in GeoJSON files do not appear in the expected location when using 2D. The focus ring appears in the correct location, but the...

type - bug
needs triage

On Cesium's [Viewer doc](https://cesium.com/learn/cesiumjs/ref-doc/Viewer.html), it expects baseLayer to be: [ImageryLayer](https://cesium.com/learn/cesiumjs/ref-doc/ImageryLayer.html) | false or undefined. In [Resium's Viewer.ts](https://github.com/reearth/resium/blob/0fc7823e0c80ce9ec151dbe1ffbd368b5f93c39f/src/Viewer/Viewer.ts#L152), it is forcing baseLayer to be `undefined` when it is set to `false`....