Nanda

Results 26 issues of Nanda

Currently we can add a local terria catalog file from `Upload > Local data` option. It should be possible to do the same for remote terria catalog files via `Upload...

Good First Issue

After we introduced the new map navigation button framework, some of the classes like `ToolButton` has become redundant. This issue is to revisit and clean it up. - Remove `ToolButton`...

Currently when using typescript 4.x with terriajs, we get a bunch of error [TS2611](https://github.com/microsoft/TypeScript/blob/master/src/compiler/diagnosticMessages.json#L2593). This ticket is to find a solution for the error and upgrade TS to the latest...

v9

Currently, loading geojson catalog item throws up a lot mobx warnings and the resulting items also do not react to style changes. This is most probably because we construct the...

Version 8

After Cesiums' switch to real `Promise` api from `when.js`, the `DataSourceCollection.add()` api is fully asynchronous all the time. Previously, when passing a concrete `DataSource` as argument, the `add()` used to...

T-Bug

Currently we do not populate the feature info panel when picking individual features for GLTF items. We should look at using [node.name](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_node_name) and [node.extras](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_node_extras) attributes to populate the feature info...

To be discussed. Currently the order for resolving `srs/crs` is: - `crs` setting in catalog json - Hardcoded value in url - `crs/srs` setting in `GetCapabilities` response - default to...

Needs Discussion

In v7 we used to have a date time picker button in the timeline which showed up when a time varying item was added to the workbench. This is no...

### What this PR does Fixes https://github.com/TerriaJS/terriajs/issues/6761 Changes: - Refactor zoom code path by moving the implementation of zoom behaviour for Cesium and Leaflet maps to [Cesium/Zooming.ts](https://github.com/TerriaJS/terriajs/blob/refactor-zoom/lib/Map/Cesium/Zooming.ts) and [Leaflet/Zooming.ts](https://github.com/TerriaJS/terriajs/blob/refactor-zoom/lib/Map/Leaflet/Zooming.ts). We...

Add a slider UI for changing the point size of point clouds. The `pointSize` can currently be set using: ```bash { "style": { "pointSize": 4 } } ``` Ideally we...

T-Enhancement
Good First Issue