TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.

Home Page:https://terria.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flag to remove default Description

nf-s opened this issue · comments

There is a default description:

image

This is shown if there is no description (and data is not local)

<If
condition={!catalogItem.hasLocalData && !catalogItem.hasDescription}
>
<p>{t("description.dataNotLocal")}</p>
</If>

Add a flag/trait called hideDefaultDescription to CatalogMemberTraits