terriajs
terriajs copied to clipboard
Improve default formats
What this PR does
Fixes https://github.com/TerriaJS/nsw-digital-twin/issues/674
How to test
After expanding the group, search keyword "instrument" in the catalog. Then go to
-
Digital Earth Australia Hotspots
, testing item with typeWMS
and URL ending withwms
. -
Environmental Planning Instrument - Acid Sulfate Soils
, testing item with typeMap Service
and URL ending withMapServer?f=pjson
. -
Environmental Planning Instrument - Acid Sulfate Soils/Protection
, testing item with typeMap Service
and URL ending withMapServer/1?f=pjson
. -
Transitional - Excluded Land
, testing item with typeImageServer
and URL ending withImageServer
.
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.