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 uncovered some ignores that could be removed. ### Test me Comment only changes. ### Checklist - [X] There are unit tests to verify my...

### What this PR does This seems to already be exported by the module. ### Test me I believe this is tested by CI? ### Checklist - [ ] There...

### What this PR does Switch to a forked babel-plugin-lodash to fix the warning: ``` `isModuleDeclaration` has been deprecated, please migrate to `isImportOrExportDeclaration` at isModuleDeclaration (/app/node_modules/@babel/types/lib/validators/generated/index.js:2748:35) at PluginPass.Program (/app/node_modules/babel-plugin-lodash/lib/index.js:102:44) ```...

### What this PR does When feature info panel chart loading fails, show an inline error, instead of a popup. Current behaviour is to pop an error message to the...

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 Supersedes https://github.com/TerriaJS/terriajs/pull/7121 - Removes some carry over stale chart files from terriajs#v7 and corresponding d3 dependencies - Upgrades other d3 dependencies - Fix for a...

### What this PR does There seems to be some cross-dependency interplay between css-loader, style-loader, and mini-css-extract-plugin. Update css-loader by one major version, which seems to be the most recent...

We should find a new way of using `"inobounce"` that silently skips initialising when `document` is unavailable. ### Problem [StandardUserInterface.tsx](https://github.com/TerriaJS/terriajs/blob/main/lib/ReactViews/StandardUserInterface/StandardUserInterface.tsx) imports `"inobounce"`, which calls a browser API `document.createElement` as a...

### What this PR does Currently, running `tsc` from an external library like a plugin fails with many `... element implicitly has type "any"` errors. This is because `tsc` will...

### What this PR does Removes [string-replace-webpack-plugin](https://www.npmjs.com/package/string-replace-webpack-plugin) which generates a [security warning](https://github.com/advisories/GHSA-76p3-8jx3-jpfq) due to one of its stale dependency. The plugin was mainly used for replacing babel generated getters with...