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 Fixes #7169 ### Checklist - [ ] There are unit tests to verify my changes are correct or unit tests aren't applicable (if so, write...

If you use `enabledBaseMaps`, basemaps should appear in _MapSettings_ in the order established in the array. ``` "enabledBaseMaps": [ "basemap-dbtr-web", "basemap-dbtr-ctr", "basemap-dbtr-orto2018", "basemap-agea-2020", "basemap-orto-2018", "basemap-agea-2011", "basemap-bing-aerial-with-labels", "bing-aerial", "osm", "basemap-positron", "basemap-darkmatter",...

Even if server side has been set a `maxScale`, this is not used and the layer remains visible (badly) even beyond that scale. Perhaps if `hideLayerAfterMinScaleDenominator` is `true`, the layer...