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 Add a return before the boolean expression to make the behavior different for case-insensitive mode. ### Test me Not sure where this is used. ###...

### What this PR does The type checking will pass without cast. ### Test me Tested by CI. ### Checklist - [X] There are unit tests to verify my changes...

### What this PR does The elapsed is passed to something that expects a number, so use that type for the parameter itself. ### Test me I believe this is...

### What this PR does Commit 5468fab7 introduced a workaround for TypeScript 3.4 which shadowed a variable. TerriaJS uses TypeScript 5 now, so inline the variable to eliminate the shadowing....

### What this PR does Add missing awaits in all places I could find them, except for the two places where the tests fail with the awaits in place. Add...

I have tried to display the correct legend in terria But I still can't achieve it. LINK: https://www.geoportaligm.gob.ec/terria#CA_BAHIA I have 5 groups of which there are 11 layers, 9 of...

### What this PR does Allow to modify `lookupCookie` for i18next. This is in line with current implementation, but it certainly would be better if all options could be overwritten....

### What this PR does Adds the "doZoomTo" function for imagery layers that have defined the rectangle property, such as "ion-imagery" layers. ### Checklist - [ ] There are unit...

Datacube-OWS supports a [vendor option](https://github.com/opendatacube/datacube-ows/wiki/User-Defined-Band-Math-Extension) to allow running custom bandmath and styling inline in WMS GetMap requests. Support this as vendor options for WMS layers. Sample WMS request is shown...

### What this PR does Added search provider for Nominatim of OpenStreetMap ### Checklist - [ ] There are unit tests to verify my changes are correct or unit tests...