Changelog
8.2.21 - 2022-11-10
layer.OtherSRS
in buildSrsNameObject
overridesBaseUrl
to LanguageOptions
. This can be used to set the base URL for language override namespace translation files (see client-side-config.md#LanguageConfiguration)aboutButtonHrefUrl
to configParameters
. Defaults to "about.html"
. If set to null
, then the About button will not be shown.refreshIntervalTemplate
to OpenDataSoftCatalogItemTraits
- this can be used to set refreshInterval
using Mustache template rendered on ODS Dataset JSON objectplugins
property to ConfigParameters
type"urn:ogc:def:crs:EPSG::3857"
and "urn:x-ogc:def:crs:EPSG:3857"
)Changelog
8.2.20 - 2022-10-20
ImageryProviderLeafletTileLayer.pickFeatures
. This fixes a bug where some WMTS layers break feature picking (in Leaflet/2D mode)Changelog
8.2.19 - 2022-10-20
Cesium._attachProviderCoordHooks
. This fixes a bug where some WMTS layers break feature picking.Changelog
8.2.18 - 2022-10-19
RelatedMaps
default broken URLsmergeGroupsByName
trait to GroupTraits
- this will merge all group members with the same nameknownContainerUniqueIds
across references and their target" - missing runInAction
table
and query
endpoint (only GeoJSON - not MVT yet)activeStyle
default from TableMixin
to TableAutomaticStyleStratum
. The default activeStyle
will now not pick a hidden
TableStyle
.flexsearch
version to 0.7.21
- as incorrect types are shipped in version 0.7.31
enabled
to TableStyleMapTraits
- which defaults to true
TableLabelStyleTraits
- this can be used to add LabelGraphics
to point features (table or geojson)TableTrailStyleTraits
- this can be used to add PathGraphics
to time-series point features (table or geojson)proxyCatalogItemUrl
to GeoJson, Shapefile, Gltf and AssImp catalog items.OpenDataSoftCatalogGroup
with more than 100 datasets.refreshIntervalTemplate
to OpenDataSoftCatalogItemTraits
- this can be used to set refreshInterval
using Mustache template rendered on ODS Dataset JSON object.TableMixin
generateCatalogIndex
to use less memory. (+ add diffCatalogIndex.js
script to show added/removed members between two catalog index files)/#tools=1
to version 8.Terria.getUserProperty
.stoppedRenderingMessage
Changelog
8.2.16 - 2022-09-23
excludeInactiveDatasets
to CkanCatalogGroup
(true
by default). This will filter out CKAN Datasets which have state
or data_state
(data.gov.au specific) not set to "active"
.isTerriaFeatureData
bug - not checking isJsonObject
.logError()
to all usage of updateModelFromJson
where the Result
object is ignoredRelatedMaps
to terriajs. They are now generated from configParameters
(see doc/customizing/client-side-config.md
)Changelog
8.2.15 - 2022-09-16
knownContainerUniqueIds
across references and their target" - missing runInAction
Changelog
8.2.14 - 2022-09-15
FeatureInfo*.tsx
describeFromProperties
is now generateCesiumInfoHTMLFromProperties
FeatureInfoSection
has been split up into FeatureInfoSection.tsx
, getFeatureProperties
, mustacheExpressions
and generateCesiumInfoHTMLFromProperties
{{terria.currentTime}}
in feature info template{{terria.rawDataTable}}
in feature info template - to show raw data HTML tableTableFeatureInfoStratum
- which adds default feature info template to TableMixin
FeatureInfoContext
- used to inject properties into FeatureInfoSections
context. These properties will be accessible from featureInfoTemplate
mustache template.
tableFeatureInfoContext
adds time series chart properties using FeatureInfoContext
(getChartDetails
has been removed)maximumShownFeatureInfos
from WebMapServiceCatalogItemTraits
to MappableTraits
featureInfoUrlTemplate
from OpenDataSoftCatalogItem
- as it is incompatible with time varying datasetsformatNumberForLocale
- we now use Number.toLocaleString
Feature
to TerriaFeature
- improve typing and usage across code-base
data: TerriaFeatureData
- which is used to pass Terria-specific properties around (eg rowIds
)loadingFeatureInfoUrl
to FeatureInfoUrlTemplateMixin
Cesium.ts
ImageryLayer
feature picking to cesium.pickImageryLayerFeatures()
lib/Core/propertyGetTimeValues.js
into lib/ReactViews/FeatureInfo/getFeatureProperties.ts
showFeatureInfoDownloadWithTemplate
to FeatureInfoTraits
- Toggle to show feature info download if a template
has been provided. If no template
is provided, then download will always show.initUrls
in startData.initSources
knownContainerUniqueIds
across references and their target.document.baseURI
for building share links instead of window.location
.Changelog
8.2.13 - 2022-09-01
bbox
in GetMap requests.InitSources
sequentially instead of asyncronoslyDOMPurify.sanitize
call in PrintView
Changelog
8.2.12 - 2022-08-10
CkanCatalogGroup
"ungrouped" group to end of members