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

### Add ArcGis ImageServer support Fixes https://github.com/TerriaJS/terriajs/issues/1458 Todo - [x] Support tiled endpoints (similar to MapServer) - [x] Look into multi-dim - [x] Look into raster functions - [x] Look...

### Upgrade protomaps leaflet For - #6858 To be merged into https://github.com/TerriaJS/terriajs/pull/6725 - [ ] Finish copying json style to `lib/Map/Vector/MapboxJsonStyleToProtomaps.ts`

### What this PR does Upgrading protomaps to support compressed tiles, pmtiles archive version 3 and using protomaps renderer for region mapping. - [ ] Remove MapboxVectorTileImageryProvider - [ ]...

THREDDS returns information about the time range of the data being displayed in the WMS (including the time zone - which in this case is Etc/UTC) in the GetCapabilities call:...

Translations update from [Hosted Weblate](https://hosted.weblate.org) for [TerriaJS/TerriaJSNext](https://hosted.weblate.org/projects/terriajs/terriajsnext/). Current translation status: ![Weblate translation status](https://hosted.weblate.org/widget/terriajs/terriajsnext/horizontal-auto.svg)

### What this PR does Alternate approach to https://github.com/TerriaJS/terriajs/pull/6960 for making y-column of feature info charts configurable. This PR - allows `y-columns` to be used with `` component in feature...

### What this PR does The function returns a promise, so my guess is there should be an await like the lines just before it. ### Test me Read the...

### What this PR does The loadMapItems method returns Promise. ### Test me Test only changes, so run the tests. ### Checklist - [X] There are unit tests to verify...

### What this PR does Fixes #6416 ### Test me How should reviewers test this? http://ci.terria.io/add-i3s-support/#share=s-uF3lB0qMJpxpskDRPgxD0UT1rRU ### Known Issues - Highlighting breaks when changing LoD, for example select a feature,...

Reported here https://github.com/TerriaJS/terriajs/issues/7116 Currently Terria defaults to[ colorBlendMode=MIX](https://github.com/TerriaJS/terriajs/blob/a04930a0527cd9085fbe62c11f0c22f33ca9255d/lib/Traits/TraitsClasses/Cesium3dTilesTraits.ts#L178) for 3D tilesets whereas Cesium's own default is [HIGHLIGHT](https://cesium.com/learn/cesiumjs/ref-doc/Cesium3DTileset.html?classFilter=cesium3dtileset#colorBlendMode). `MIX` is a poor choice for default because when setting a style value...