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

### Cleanup Terria start, and init sources Fixes #6354 Main purpose of this PR is to simplify `Terria.ts`, `Terria.start` and `InitSources`. Previously `loadInitSources` was getting called multiple times - at...

Needs Discussion
maintenance

Currently the Basemap attribution doesn't show the name of the Basemap for which that attribution belongs to. This creates confusion on data displayed and who is attributed to and why....

Needs Discussion

Currently, if you use the share button for a specific group or layer in the catalogue: When you click the Share URL that was generated: https://nationalmap.prod.saas.terria.io/#share=s-btd4tpg1arPb8C4ZD536g5SZVCa It correctly loads the...

T-Enhancement
A-Design and/or UX
C-UI
Good First Issue

### Fix support for `initUrls` in `startData` Fixes https://github.com/TerriaJS/terriajs/issues/6403 You are supposed to be able to do this in `#start=` For example ```json { "version": "8.0.0", "initSources": [ "http://gist.githubusercontent.com/nf-s/67e44309245f3caca1cee5cdf2eee3eb/raw/75c50871fd972f8d6f35039c6e5278f3f7437a69/colorscale-minmax.json" ]...

### What this PR does Enables fix of #5420 This is pretty big change for terriajs codebase but version 2 of prettier came out 2 and half years and it...

Currently the lat/long coordinates are placed at the bottom of the map (right hand side corner) which makes it difficult for some users to always determine and use the coordinates...

User has commented on the difficulty of seeing North (N) indicated in the Gyroscope. ![image](https://user-images.githubusercontent.com/18452161/181163737-ccaf6898-7117-40e7-93e8-9ad52035c5a9.png) Suggestion is to use a different colour than Gyroscope overall colour scheme (whit and grey).

- https://maps.dea.ga.gov.au/story/DEACoastlines - Click Share - https://maps.dea.ga.gov.au/story/DEACoastlines#share=s-usNBqERvxnRFzfjgf1G14W0ijSC - **But should be** https://maps.dea.ga.gov.au/#share=s-usNBqERvxnRFzfjgf1G14W0ijSC

T-Bug

### What this PR does Enable Arabic translation for user interface while handling RTL styles. ### Test me You can check this PR by checkout this branch and setting up...

Waiting for user/customer feedback

We are starting to get a lot of duplicates in `yarn.lock`. Could we run yarn-deduplicate , or upgrade to yarn v2.x, I think it has builtin de-duplication? Here is output...