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 This fixes the warning: Referencing UMD variables without explicit imports can lead to a runtime error if the library isn't included implicitly. ### Test me...

### What this PR does Prettier 4.0 runs ~3x faster on the terriajs code base, so update to the latest 3.x version to reduce the change from the next upgrade....

### What this PR does The backgroundBlackOverlay is a number that is passed to rgba(), so set it to 0.5 instead of 50%. Same thing with opacity. The btnState is...

### What this PR does Remove a duplicate key in .jshintrc. ### Test me ### Checklist - [ ] There are unit tests to verify my changes are correct or...

### What this PR does There is a TODO about probably returning the object, so do that. ### Test me Not sure if this is tested by the CI. ###...

### What this PR does Update to the latest packages so the output of 'yarn audit' becomes useful. There is some kind of incompatibility with @types/react version 18, so restrict...

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 Commit 236b9c998d locked the version to 2.3.2 to avoid a bug in 2.4. The bug in question has hopefully been fixed in the past 3...

### What this PR does Update style-loader and mini-css-extract-plugin to the latest versions that are compatible with webpack 4. The mini-css-extract-plugin release notes recommend upgrading to style-loader 2.0.0 to avoid...

### What this PR does There are no arguments to the current version of getMountedInstance(). ### Test me Tests only changes. ### Checklist - [X] There are unit tests to...