New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terriajs

Package Overview
Dependencies
Maintainers
8
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terriajs - npm Package Versions

1
46

8.2.21

Diff

Changelog

Source

8.2.21 - 2022-11-10

  • Add check for WFS layer.OtherSRS in buildSrsNameObject
  • Add overridesBaseUrl to LanguageOptions. This can be used to set the base URL for language override namespace translation files (see client-side-config.md#LanguageConfiguration)
  • Add aboutButtonHrefUrl to configParameters. Defaults to "about.html". If set to null, then the About button will not be shown.
  • Add refreshIntervalTemplate to OpenDataSoftCatalogItemTraits - this can be used to set refreshInterval using Mustache template rendered on ODS Dataset JSON object
  • Add plugins property to ConfigParameters type
  • Add more supported 4326 and 3857 CRS strings for WFS (eg "urn:ogc:def:crs:EPSG::3857" and "urn:x-ogc:def:crs:EPSG:3857")
terria
published 8.2.20 •

Changelog

Source

8.2.20 - 2022-10-20

  • Handle errors thrown in ImageryProviderLeafletTileLayer.pickFeatures. This fixes a bug where some WMTS layers break feature picking (in Leaflet/2D mode)
terria
published 8.2.19 •

Changelog

Source

8.2.19 - 2022-10-20

  • Handle errors thrown in Cesium._attachProviderCoordHooks. This fixes a bug where some WMTS layers break feature picking.
terria
published 8.2.18 •

Changelog

Source

8.2.18 - 2022-10-19

  • Fix RelatedMaps default broken URLs
  • Add mergeGroupsByName trait to GroupTraits - this will merge all group members with the same name
  • Fix bug with "propagate knownContainerUniqueIds across references and their target" - missing runInAction
  • Add Carto v3 Maps API support for table and query endpoint (only GeoJSON - not MVT yet)
  • Moved activeStyle default from TableMixin to TableAutomaticStyleStratum. The default activeStyle will now not pick a hidden TableStyle.
  • Pin flexsearch version to 0.7.21 - as incorrect types are shipped in version 0.7.31
  • Only preload next timestep of timeseries rasters (WMS & ArcGIS MapServer) when animating the item on the map.
  • Added error message if cesium stops rendering
  • Add enabled to TableStyleMapTraits - which defaults to true
  • Add TableLabelStyleTraits - this can be used to add LabelGraphics to point features (table or geojson)
  • Add TableTrailStyleTraits - this can be used to add PathGraphics to time-series point features (table or geojson)
  • Added missing proxyCatalogItemUrl to GeoJson, Shapefile, Gltf and AssImp catalog items.
  • Added support for OpenDataSoftCatalogGroup with more than 100 datasets.
  • Added refreshIntervalTemplate to OpenDataSoftCatalogItemTraits - this can be used to set refreshInterval using Mustache template rendered on ODS Dataset JSON object.
  • Performance optimisation for time-series TableMixin
  • Tweak generateCatalogIndex to use less memory. (+ add diffCatalogIndex.js script to show added/removed members between two catalog index files)
  • Migrated /#tools=1 to version 8.
  • Removed dummy function Terria.getUserProperty.
  • Removed unused version 7 React components.
  • Fix Cesium stoppedRenderingMessage
terria
published 8.2.17 •

Changelog

Source

8.2.17 - 2022-09-23

  • Fix region mapping feature rowIds incorrect type.
terria
published 8.2.16 •

Changelog

Source

8.2.16 - 2022-09-23

  • Make srsName and outputFormat for WFS requests dynamic
  • Added 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".
  • Fix isTerriaFeatureData bug - not checking isJsonObject
  • Add .logError() to all usage of updateModelFromJson where the Result object is ignored
  • Move RelatedMaps to terriajs. They are now generated from configParameters (see doc/customizing/client-side-config.md)
terria
published 8.2.15 •

Changelog

Source

8.2.15 - 2022-09-16

  • Fix bug with "propagate knownContainerUniqueIds across references and their target" - missing runInAction
terria
published 8.2.14 •

Changelog

Source

8.2.14 - 2022-09-15

  • Moved map credits to map column so it don't get hidden by chart panel.
  • TSified FeatureInfo*.tsx
    • describeFromProperties is now generateCesiumInfoHTMLFromProperties
    • FeatureInfoSection has been split up into FeatureInfoSection.tsx, getFeatureProperties, mustacheExpressions and generateCesiumInfoHTMLFromProperties
  • Fix {{terria.currentTime}} in feature info template
  • Add {{terria.rawDataTable}} in feature info template - to show raw data HTML table
  • Added TableFeatureInfoStratum - which adds default feature info template to TableMixin
  • Add 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)
  • Move maximumShownFeatureInfos from WebMapServiceCatalogItemTraits to MappableTraits
  • Remove featureInfoUrlTemplate from OpenDataSoftCatalogItem - as it is incompatible with time varying datasets
  • Removed formatNumberForLocale - we now use Number.toLocaleString
  • Rename Feature to TerriaFeature - improve typing and usage across code-base
    • Added data: TerriaFeatureData - which is used to pass Terria-specific properties around (eg rowIds)
  • Added loadingFeatureInfoUrl to FeatureInfoUrlTemplateMixin
  • Move Cesium.ts ImageryLayer feature picking to cesium.pickImageryLayerFeatures()
  • Move lib/Core/propertyGetTimeValues.js into lib/ReactViews/FeatureInfo/getFeatureProperties.ts
  • Add 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.
  • Fix support for initUrls in startData.initSources
  • Propagate knownContainerUniqueIds across references and their target.
  • Show scrollbar for story content in Safari iOS.
  • Use document.baseURI for building share links instead of window.location.
terria
published 8.2.13 •

Changelog

Source

8.2.13 - 2022-09-01

  • Fix pedestrian drop behaviour so that the camera heading stays unchanged even after the drop
  • Fixed a bug causing incorrect loading of EPSG:4326 layers in WMS v1.3.0 by sending wrong bbox in GetMap requests.
  • Improve the CKAN model robustness by removing leading and trailing spaces in wms layer names.
  • Load all InitSources sequentially instead of asyncronosly
  • Fix DOMPurify.sanitize call in PrintView
  • Fix warning for WFS item exceeding max displayable features
  • Upgrade prettier to version 2.7.1
terria
published 8.2.12 •

Changelog

Source

8.2.12 - 2022-08-10

  • Dropped "optional" from the prompt text in file upload modal for both local and web data.
  • Changed the text for the first file upload option from "Auto-detect (recommended)" to simply "File type" for local files and "File or web service type" for web urls.
  • Automatically suffix supported extension list to the entries in file type dropdown to improve clarity.
  • Removed IFC from upload file type (until further testing).
  • Move CkanCatalogGroup "ungrouped" group to end of members
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc