Mike Wu

Results 13 comments of Mike Wu

@na9da All envs have been on the same version so their behaviour should be the same. @meh9 Maybe you need to clear cookies/cache?

According to https://github.com/TerriaJS/terriajs/blob/magda-doc/doc/connecting-to-data/catalog-type-details/magda-distribution.md, the posted catalog format mush be like ``` const catConfig = { initSources: [ { catalog: [ { name: this.props.distribution.title, type: "magda", recordId: this.props.distribution.identifier, url: config.baseExternalUrl }...

@na9da Using `override` trait may not work because that property can not be passed down to the nested groups. Instead, I will use `itemPropertiesByType` like this: ``` { "catalog": [...

Metadata are public but data URLs not. Have requested an account from AURIN.

- WFS services url: https://adp.aurin.org.au/geoserver/wfs - Access type: wfs-group. Contains large number of layers in flat structure. - Service access credentials: CSIRO users can generate credentials for API access from...

- See [dev deployment](https://nationalmap.dev.saas.terria.io/#share=s-wVgGw5dOItSPzV0aQh2ICIG0K6T). It will take a while to load the metadata. Please check if the description is OK. - This ticket depends on the two referenced PRs below.

> @mwu2018 The integration needs to be checked both ways: > > * data (on NationalMap) should be visualised on data.gov.au if geospatial > * data in data.gov.au should be...

This ticket at least depends on the following tickets: - [ ] https://github.com/magda-io/magda/issues/3019. (This [PR](https://github.com/magda-io/magda/pull/3034) is ready.) - [x] https://github.com/TerriaJS/terriajs/issues/4906 - [x] https://github.com/TerriaJS/TerriaMap/issues/494 - [x] Sync terrace (a fork of...

Upload the following json to `v7` https://nationalmap.gov.au and see the harvested ckan catalog without organisation filetering: ``` { "homeCamera": { "north": -8, "east": 158, "south": -45, "west": 109 }, "corsDomains":...

Without organisation filtering, the number of harvested ckan data items is substantially larger than with filtering: ![image](https://user-images.githubusercontent.com/41275384/101428569-1ad37080-3955-11eb-923d-2a43f000aa74.png)