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

terriajs

Package Overview
Dependencies
Maintainers
0
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terriajs - npm Package Versions

23
46

8.7.11

Diff

Changelog

Source

8.7.11 - 2024-12-18

  • Explicitly set prettier tab-width
  • Move release guide from README.md to RELEASE_GUIDE.md
  • Add clampToGround to KmlCatalogItemTraits (defaults to true) - this is now passed to KmlDataSource.load. Terria no longer clamps polygon geometries to terrain manually. All clamping logic is now handled by Cesium.
  • Add dataSourceUri to KmlCatalogItemTraits - Overrides the url to use for resolving relative links and other KML network features
terria
published 8.7.10 •

Changelog

Source

8.7.10 - 2024-11-29

  • Add OpenStreetMap as a basemap option.
  • Update to node-notifier 10.0.1 to fix security vulnerabilities.
  • Remove unused ts-loader dependency.
  • Remove unused class-list dependency.
  • TSify ConsoleAnalytics module.
  • Update to gulp 5.0 to fix security vulnerabilities.
    • Gulp 5 defaults to encoding copied files as utf-8, had turn off encoding by setting encoding: false to correctly copy binary assets from dependencies.
  • Update to dompurify 2.5.7 to fix security vulnerabilities.
  • Update to @mapbox/togeojson 0.16.2 to fix security vulnerabilities.
  • Remove unused simple-statistics dependency.
  • Update to pretty-quick 4.0.0 to fix security vulnerabilities.
terria
published 8.7.9 •

Changelog

Source

8.7.9 - 2024-11-22

  • Add "searchBarConfig.showSearchInCatalog" to configParameters so that the link in location search results can be disabled.
  • Properly initialize react ref in functional components
  • Add NominatimSearchProvider.
  • Removed the basemaps - positron, darkmatter and black-marble - from the default settings. The Carto ones are no longer free and requires an Enterprise or Grantee license. If you have the appropriate license you can add them via your initialization file. Example configuration.
  • Restrict mobx version to '< 6.13.0' to avoid tsc errors because mobx now uses iterator helper types introduced in TypeScript 5.6.
  • Remove unused ts-node dependency.
terria
published 8.7.8 •

Changelog

Source

8.7.8 - 2024-11-01

  • Fix the layout of the story builder and the item search tool.
  • Add support for Cloud Optimised Geotiff (cog) in Cesium mode. Currently supports EPSG 4326 and 3857. There is experimental support for other projections but performance might suffer and there could be other issues.
  • Fix Workbench.collapseAll() and Workbench.expandAll() for References.
  • Add to the "doZoomTo" function the case of an imagery layer with imageryProvider.rectangle
  • Add "leafletMaxZoom" to configParameters so that the maxZoom of the Leaflet viewer can be changed.
  • Restrict sass version to < 1.80- to avoid deprecations.
terria
published 8.7.7 •

Changelog

Source

8.7.7 - 2024-10-01

  • Breaking changes:

    • Remove RollbarErrorServiceProvder
    • Error services now instantiated externally to terriajs
  • Fix remaining lint warnings

  • Augment cesium types and start using import instead of require in ts files

  • Update to sass 1.79.1

  • Add option to import assets from Cesium ion through the Add data panel. Use map config parameter "cesiumIonOAuth2ApplicationID" to enable the feature.

steve9164
published 8.7.6-time-period.2 •

steve9164
published 8.7.6-time-period.1 •

terria
published 8.7.6 •

Changelog

Source

8.7.6 - 2024-08-22

  • Add I3SCatalogItem
    • getFeaturesFromPickResult now async to handle I3SNode.loadFields()
    • extract common style logic to new Cesium3dTilesStyleMixin.ts
  • Set default value for date and datetime WPS fields only when the field is marked as required.
  • Fix Sass deprecation warnings (declarations after nested blocks)
  • Fix legend shown for WMS difference output item
  • Add diffItemProperties trait to override properties of WSM difference output item. Useful for customizing feature info template strings etc.
  • Add Proj4 definition for EPSG:8059
  • Upgrade to terriajs-cesium 8.0.1.
  • Re-enable terrain splitting.
  • Add support for ArcGis ImageServer - this includes
    • Support for "dynamic" exportImage endpoint (using 102100 wkid)
    • Support for web mercator and wgs84 precached tiles
    • Basic support for raster functions - a dropdown is rendered in the workbench for custom raster functions
    • Traits to configure bandIds and renderingRule
  • Increase maxRefreshIntervals from 1000 to 10000 for WebMapServiceCatalogItem and ArcGisMapServerCatalogItem.
  • Add nextDiscreteJulianDate helper computed value to DiscretelyTimeVaryingMixin
  • Add EPSG:7899 to Proj4Definitions
terria
published 8.7.5 •

Changelog

Source

8.7.5 - 2024-06-26

  • TSify some js and jsx files and provide .d.ts ambient type files for a few others. This is so that running tsc on an external project that imports Terria code will typecheck successfully.
  • Upgraded a bunch of d3 dependencies for fixing security errors.
  • Show rectangle selector for WPS bounding box parameter
  • Fix store and status values send in WPS Execute request.
  • Add docs for modelDimensions
terria
published 8.7.4 •

Changelog

Source

8.7.4 - 2024-06-07

  • Fix position of draggable point after moving.
  • Fix getFeatureProperties (in FeatureInfoSection) failing due to bad JSON parsing of nested strings.
  • The TableFeatureInfoStratum default featureInfoTemplate will now not show _id_ (internal Terria feature ID) in feature info
  • Fix bug in FilterSection
23
46
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