Changelog
8.5.1 - 2024-02-23
BingMapsCatalogItem
now supports Bing's culture
parameter.Changelog
8.5.0 - 2024-02-07
relatedMaps
thredds-catalog-crawler
to 0.0.6
WebMapServiceCatalogItem
will drop problematic query parameters from url
when calling GetCapabilities
(eg "styles","srs","crs","format"
)My Data
tabterriajs-cesium@6.2.0
& terriajs-cesium-widgets@4.4.0
).Changelog
8.4.1 - 2023-12-08
DragPoints
was interfering with pedstrian mode mouse movements.webpack
to 4.47.0
to support Node >= 18 without extra command line parameters.urls
for GeoJsonCatalogItem
.MultiPoint
features to Point
features.scaleByDistance
and disableDepthTestDistance
.LineString
and MultiLineString
when using GeoJsonCatalogItem
in CZML
mode.Changelog
8.4.0 - 2023-12-01
node-sass
with (dart) sass
TerriaMap
to use sass
instead of node-sass
.apiColumns
to ApiTableCatalogItem
- this can now be used to specify responseDataPath
per table column.ArcGisMapServerCatalogItem
will now use "pre-cached tiles" if available if no (or all) layers
are specified.Changelog
8.3.9 - 2023-11-24
SearchProviderMixin
) to attach SearchProviders to the Model system and enable easier creation of new search providers.config.json
.CatalogGroup
black by default and white when a catalog group is focused, selected or hovered over. Improve lock icon position in workbench.Changelog
8.3.8 - 2023-11-15
MyDataTab
displaying numberjsx-control-statements
dependencyisEsri
default value will now check for case-insensitive mapserver/wmsserver
(instead of MapServer/WMSServer
)GetFeatureInfo
default behaviour
application/geo+json
and application/vnd.geo+json
default GetFeatureInfo
(after application/json
in priority list)application/xml
default GetFeatureInfo
. (if isEsri
is true, then this will be used before text/html
)GetMap
/GetFeatureInfo
requests not having styles
parameter (will use empty string instead of undefined
)CatalogGroup
will now not show members until loadedGetTimeseries
support to WebMapServiceCatalogItem
. This adds a new supportsGetTimeseries
trait, which when true will replace GetFeatureInfo
with GetTimeseries
requests. It will also change info_format
to text/csv
, and show a chart in the feature info panel. Servers which advertise GetTimeseries
capability will have this trait set to true by default. GetTimeseries
requests will have time = ""
.Changelog
8.3.7 - 2023-10-26
WebMapServiceCatalogItem
allowFeaturePicking
tableFeatureInfoContext
support to GeoJsonMixin.createProtomapsImageryProvider
GeoJsonMixin
timeline animation for lines/polygons_id_
and TableMixin rowId
- this was causing incorrect styling when using filterByProperties
or features had null
geometryGeoJsonMixin
(lines and polygon features only)ProtomapsImageryProvider
hideDefaultDescription
to CatalogMemberTraits
- if true, then no generic default description will be shown when description
is empty.hideDefaultDescription
to CatalogMemberTraits
- if true, then no generic default description will be shown when description
is empty.clampPolygonsToGround
to KmlCatalogItemTraits
(defaults to true`)hideDefaultDescription
to CatalogMemberTraits
- if true, then no generic default description will be shown when description
is empty.Changelog
8.3.6 - 2023-10-03
displayGroup
of some group types (e.g.wms-group
) is set to true
but the members have not been populated yet.excludeMembers
, id
and name
should be lower-case for comparing.Changelog
8.3.5 - 2023-09-26
includeMembersRegex
to GroupTraits
. This can be used to filter group members by id/name using a regular expression.Changelog
8.3.4 - 2023-09-15
timeWindowDuration
, timeWindowUnit
and isForwardTimeWindow
traits to esri-mapServer type to support time window query.MapColumn
module and reorganize components directory structure.WebMapServiceCatalogItem
rectangle
calculation - and now we ascend tree of WMS Layers
until we find a rectangle.