Mike Wu
Mike Wu
## Description As a parent window, it will post the [message](https://github.com/magda-io/magda/blob/2dd76a04bf3d6ff7261c14531098e8ac9e32ca21/magda-web-client/src/Components/Common/DataPreviewMapOpenInNationalMapButton.js#L28) to national map. The message is in v7 terriajs format. Once the national map is upgraded to v8 terriajs,...
**Describe the bug** When a hook (e.g. a minion) is operating in async mode, the hooks service might process messages in wrong order, causing the hook's `iswaitingforresponse` always tested to...
A TerriaReference type is often used to reference catalogue from other sources. Sometimes it is desired to exclude some items from the referenced catalogue. The current code only allows for...
Example: https://neac.test.saas.terria.io/#share=s-wyZiHL9v7jftyl0tX1NeWX7WCTj It works with terriajs `v8.5.2`.
https://github.com/TerriaJS/terriajs/blob/13907451ecc732bcea9f37f22d0408d6b7bcda5a/lib/Models/SearchProviders/BingMapsSearchProvider.ts#L61 The above line should be replaced by `SearchAction.bing,`.
The [DGA](https://data.gov.au) is backed by magda and harvests very rich datasets from various public sources, including but not limited to ckan datasets. Currently the catalog group `data.gov.au` in the [NationalMap](https://nationalmap.gov.au)...
v7 has the locations https://nationalmap.gov.au/#share=s-rkIRSdYPsG2oVAfyVsYx9dZK2sA but v8 has not https://beta.nationalmap.terria.io/#share=s-bW14yxPc9mA1UEItXsh4PIR60LA ***Tech Node*** ``` { "type": "csv", "name": "Australia Post Locations", "url": "data/auspost-locations.csv", "activeStyle": "State", "id": "YUeesYKH", "shareKeys": [ "Root Group/National...
**Please add your input.** DGA datasets are dynamic and unlimited. Fetch all datasets and group them by organisations (publishers) is time consuming and does not provide good ux. That approach...
When integrated with Magda API to harvest datasets, the following issues need to be addressed. 1. Search datasets (`/api/v0/search/datasets`) by pagination currently returns inconsistent results. The results may have duplicated...
Currently TerriaMap serves initial catalogs, look-and-feel as well as other contents from wwwroot directory of a server instance. This new feature can optionally build TerriaMap using Magda as backend so...