terriajs icon indicating copy to clipboard operation
terriajs copied to clipboard

Improve default formats

Open mwu2018 opened this issue 5 months ago • 0 comments

What this PR does

Fixes https://github.com/TerriaJS/nsw-digital-twin/issues/674

How to test

before after

After expanding the group, search keyword "instrument" in the catalog. Then go to

  • Digital Earth Australia Hotspots, testing item with type WMS and URL ending with wms.
  • Environmental Planning Instrument - Acid Sulfate Soils, testing item with type Map Service and URL ending with MapServer?f=pjson.
  • Environmental Planning Instrument - Acid Sulfate Soils/Protection, testing item with type Map Service and URL ending with MapServer/1?f=pjson.
  • Transitional - Excluded Land, testing item with type ImageServer and URL ending with ImageServer.

All of the above tests will fail in before.

Checklist

  • [ ] There are unit tests to verify my changes are correct or unit tests aren't applicable (if so, write quick reason why unit tests don't exist)
  • [ ] I've updated relevant documentation in doc/.
  • [x] I've updated CHANGES.md with what I changed.
  • [x] I've provided instructions in the PR description on how to test this PR.

mwu2018 avatar Aug 28 '24 00:08 mwu2018