terriajs icon indicating copy to clipboard operation
terriajs copied to clipboard

A library for building rich, web-based geospatial data platforms.

Results 323 terriajs issues
Sort by recently updated
recently updated
newest added

### What this PR does There are two arguments required for ViewStateOptions, so put in a second argument with an undefined value which is what is used at other call...

### What this PR does The other tests create a TableStructure object and then calls loadFromJson on that object, so do the same in the last test. ### Test me...

### What this PR does This PR adds the trait `ClusteringTraits` to `GeoJsonTraits`. In this way, it becomes possible to enable the clustering of entities made available by Cesium. Clusterized...

Currently we support customising the CSS of specific elements in `globals.scss` of a TerriaMap: https://github.com/TerriaJS/TerriaMap/blob/100f4f285a880afdf76330905a75dc286269bda4/lib/Views/global.scss#L17-L154 For example AREMI uses this: https://github.com/TerriaJS/aremi-natmap/blob/3f8c7f4bcf841d60da843e17bda4d440a1893ecd/lib/Views/global.scss#L16-L69 This support will slowly be eroded as we convert...

T-Architecture/refactor
C-UI
Version 8

A key Share URL use case has a bug: when viewing a time-based dataset such as satellite imagery, clicking Compare to get a `(copy)` of the dataset to set a...

T-Bug
C-Sharing
Needs Discussion
product

our wms service https://maps.isric.org/mapserv?map=%2Fmap%2Faf250m_nutrient.map has a custom url parameter `map`, when this layer is added to the terria map, the legend graphic is not shown because the [getlegendgraphic request](https://maps.isric.org/mapserv?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&sld_version=1.1.0&layer=af250m_nutrient_al_m_agg30cm) does...

WMS served by geoserver By default: 3d view ![image](https://github.com/TerriaJS/terriajs/assets/171707707/8862fce4-d898-4212-bae8-7f046cd4f6d3) 2d view: ![image](https://github.com/TerriaJS/terriajs/assets/171707707/8098f83c-20ac-47ef-8f85-bdafc3136245) If I modify on geoserver the frame to give it more space, for example ![image](https://github.com/TerriaJS/terriajs/assets/171707707/2a9d200c-a975-4c20-884a-a33aad97c1db) I get this...

Current implementation sends `image/geotiff` as requested format to WCS backend for exporting data, however image/geotiff is not a [mediatype of iana](https://www.iana.org/assignments/media-types/media-types.xhtml). Our [WCS product](https://mapserver.org/ogc/wcs_server.html#configuring-your-mapfile-to-serve-wcs-layers) expects image/tiff instead (but can be...

Hi The Geomorphic wetlands of the Swan Coastal Plain layer under Department of Biodiversity, Conservation and Attractions WA is broken. It won’t appear in national map. Can you please fix...

bug

This adds a new "Cesium ion" option to the My Data -> Add web data panel: ![image](https://github.com/TerriaJS/terriajs/assets/924374/c5d05afa-c5af-4760-9d49-6676e192999a) Clicking the "Connect to Cesium ion" button pops up a separate window to...