Nick Forbes-Smith
Nick Forbes-Smith
Todo - [ ] Write tests
We definitely have plans to add support - currently we don't have a timeline. - https://github.com/TerriaJS/terriajs/issues/4763 It would be great to add support for both data export (similar to how...
Hi @leylines Sorry for the delay in response. This is due to the default limit of timesteps generated from time-interval strings being set to 1000 - https://github.com/TerriaJS/terriajs/issues/1365 This can be...
I think we should increase the default limit to 10,000 - and also show a warning message if this limit is reached. We could also include a button to "increase...
No problem! Currently there is no way to define the number of intervals in reverse - but I think that might be a better default - in my mind it...
Yeah that's a good idea! At least then we can add strings without building a new version
I think it may be better to improve time-support through `TableMixin` styling, rather than extending "cesium primitive" traits in `GeoJsonMixin` For example - Adding "geometry" support to `TableMixin` - this...
Hi @alessioarena Have you tried using the [`parameters` trait](https://docs.terria.io/guide/connecting-to-data/catalog-type-details/wms/#webmapservicecatalogitemtraits)? > Additional parameters to pass WMS GetMap and GetFeatureInfo requests. Style parameters are stored as CSV in styles, dimension parameters are...
I just tried to recreate the example in Cesium - but it is definitely passing the parameters correctly through to `GetMap` requests - You can test with this [ceisum sandcastle](https://sandcastle.cesium.com/#c=bZTbbtswDIZfRQiQIgFa+ZDYOTTp1sPFBrTYsADrjYGCsWlXqCwZkpwuK/ruk+wmtdf6IjH1/WRomn9SKbQhO4bPqMiaCHwm16hZXdLfzdkoGaRNfC2FASZQJYPxeSIS4XnkMssIkPu7DWElFKj2hMPeKkTaVG2CftHvre7WkVEiSJfd4/YOqg2qHUvxTfhTyR3LrPbFiQmpFV+2d4Qkg0djKr30PAGGSQG8hIoWckeh9iol/+w9J7C8QKltWVS0qxQsNUBTWTq9lRhZyYcw8p88+ay/1EKnwHGdA9d4olBDWXEmirVAsJFxR43AH4bXge+uk1RyqWzp9TC6Gs6uhmF4FlDLw+Hk0n2Gk0bXnITXDvs07GKIfD+Mj7iXms0mfjh7ZzTo0nwaZ9NJh/bq5hlgHHTopEcR/fm2Q6c9aq9t3qFRr6sF5r3cuPc8cbaIoUNnXRrH2yzu9jzv0gAW88jv0EV/kPF88j6ND2M+0NnNMLo5vpgHs69wzYSx2wA8GZy2u9Qsql7ajfq2z5QsFFSP++VW2ld81FSgoETT6F4OK2gUCG0JCrO0QY2nB5K73zOuZGMNrxLFsdRr8/06ToRzUus9yjrO0BSybNR0dfTaxoAyROY54VI+2UUkYMhlrW0LnAE91kltlwqoRuMM3Poms/vK2tVfHtz2C+32i4IjzZUsb7BQiHrUNhgEUxotgrd2z6YRtdN8i4LpnC4OwVlEZxN3O7YHr+NzMjgdrLTZc7w4DOIrKytpO7fOHVHqGbQ2AoPa29bpExqaau2e0UlXXjd1lbEdYdn6kz8gknLQ2pK85nzD/mIyuFh5Vv8hlUvI7Kx+WO/bcTrZY3Bx2x5SSleeDT/PNFLyLaj/Kv8D)...
Sorry I forgot to answer your question! Yes Cesium handles all `GetMap` and `GetFeatureInfo` requests