TerriaJS / de-australia-map

Digital Earth Australia platform developed for publishing Satellite Imagery processed by Geoscience Australia (GA) and National Computational Infrastructure (NCI)
http://de-australia.terria.io/
2 stars 1 forks source link

Harvesting from DEA ows server doesn't return all catalogue #102

Closed AnaBelgun closed 3 years ago

AnaBelgun commented 3 years ago

ws endpoint: https://ows.dea.ga.gov.au

from older version of terria

image

v8 image

AnaBelgun commented 3 years ago

@nf-s I think you already fixed this? i.e. there is a PR and TJS and map need releases

nf-s commented 3 years ago

There is still a difference

image

I will investigate

nf-s commented 3 years ago

This is due to how TerriaJS generated catalog member IDs in WebMapServiceCatalogGroup. There are two WMS Layers with identical Title properties

image

This is valid from a WMS perspective - so I have made a PR to change ID generation to use Name property if it exists

nf-s commented 3 years ago

PR here https://github.com/TerriaJS/terriajs/pull/5613

nf-s commented 3 years ago

Fixed by https://github.com/TerriaJS/terriajs/pull/5613