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

1.0.13

Diff

Changelog

Source

1.0.13

  • Breaking changes:
    • Added a required @brand-bar-height property.
  • ExplorerPanelViewModel can now be created with isOpen initially set to false.
  • TerriaJS now raises an error and hides the dataset when asked to show an ImageryLayerCatalogItem in Leaflet and that catalog item does not use the Web Mercator (EPSG:3857) projection. Previously, the dataset would silently fail to display.
  • Improved error handling in CzmlCatalogItem, GeoJsonCatalogItem, and KmlCatalogItem.
  • Made the clipToRectangle property available on all ImageryProvider-based catalog items, not just WebMapServiceCatalogItem.
  • Added CatalogMember.isPromoted property. Promoted catalog groups and items are displayed above non-promoted groups and items.
  • Add support for ArcGIS MapServer "Raster Layers" in addition to "Feature Layers".
kring
published 1.0.12 •

Changelog

Source

1.0.12

  • Allow Esri ArcGIS MapServers to be added via the "Add Data" panel.
  • Adds baseMapName and viewerMode fields to init files and share links. baseMapName is any base map name in the map settings panel and viewerMode can be set to '2d' or '3d'.
  • Added tableStyle.legendTicks property to CsvCatalogItem. When specified, the generated legend will have the specified number of equally-spaced lines with labels in its legend.
kring
published 1.0.11 •

Changelog

Source

1.0.11

  • Fixed a bug that prevented HTML feature information from showing up with a white background in Internet Explorer 9 and 10.
  • Fixed a bug that prevented WMS GetCapabilities properties, such as CRS, from being properly inherited from the root layer.
  • Tweaked credit / attribution styling.
kring
published 1.0.10 •

Changelog

Source

1.0.10

  • Added support for a developer attribution on the map.
  • Fixed a bug that could cause results from previous async catalog searches to appear in the search results.
kring
published 1.0.9 •

Changelog

Source

1.0.9

  • Show Cesium ImageryProvider tile credits / attribution in Leaflet when using CesiumTileLayer.
kring
published 1.0.8 •

Changelog

Source

1.0.8

  • WebMapServiceCatalogGroup now populates the catalog using the hierarchy of layers returned by the WMS server in GetCapabilities. To keep the previous behavior, set the flatten property to true.
  • Potentially breaking changes:
    • The getFeatureInfoAsGeoJson and getFeatureInfoAsXml properties have been removed. Use getFeatureInfoFormats instead.
  • Added support for text/html responses from WMS GetFeatureInfo.
  • Make the FeatureInfoPanelViewModel use a white background when displaying a complete HTML document.
  • KnockoutMarkdownBinding no longer tries to interpret complete HTML documents (i.e. those that contain an <html> tag) as Markdown.
  • The feature info popup for points loaded from CSV files now shows numeric columns with a missing value as blank instead of as 1e-34.
  • ArcGisMapServerCatalogItem now offers metadata, used to populate the Data Details and Service Details sections of the catalog item info panel.
  • ArcGisMapServerCatalogGroup now populates a "Service Description" and a "Data Description" info section for each catalog item from the MapServer's metadata.
  • The metadataUrl is now populated (and shown) from the regular MapServer URL.
  • Added 'keepOnTop' flag support for imageryLayers in init file to allow a layer to serve as a mask.
  • Added 'keepOnTop' support to region mapping to allow arbitrary masks based on supported regions.
  • Checkboxes in the Data Catalogue and Search tabs now have a larger clickable area.
kring
published 1.0.7 •

Changelog

Source

1.0.7

  • CatalogItemNameSearchProviderViewModel now asynchronously loads groups so items in unloaded groups can be found, too.
  • Do not automatically fly to the first location when pressing Enter in the Search input box.
  • Changed ArcGisMapServerCatalogItem to interpret a maxScale of 0 from an ArcGIS MapServer as "not specified".
  • Added an itemProperties property to ArcGisMapServerCatalogGroup, allowing properties of auto-discovered layers to be specified explicitly.
  • Added validDropElements, validDropClasses, invalidDropElements, and invalidDropClasses properties to DragDropViewModel for finer control over where dropping is allowed.
  • Arbitrary parameters can now be specified in config.json by adding them to the parameters property.
kring
published 1.0.6 •

Changelog

Source

1.0.6

  • Added support for region mapping based on region names instead of region numbers (example in public/test/countries.csv).
  • Added support for time-dynamic region mapping (example in public/test/droughts.csv).
  • Added the ability to specify CSV styling in the init file (example in public/init/test.json).
  • Improved the appearance of the legends generated with region mapping.
  • Added the ability to region-map countries (example in public/test/countries.csv).
  • Elminated distracting "jumping" of the selection indicator when picking point features while zoomed in very close to the surface.
  • Fixed a bug that caused features to be picked from all layers in an Esri MapServer, instead of just the visible ones.
  • Added support for the WMS MinScaleDenominator property and the Esri MapServer maxScale property, preventing layers from disappearing when zoomed in to close to the surface.
  • Polygons loaded from KML files are now placed on the terrain surface.
  • The 3D viewer now shows Bing Maps imagery unmodified, matching the 2D viewer. Previously, it applied a gamma correction.
  • All catalog items now have an info property that allows arbitrary sections to be shown for the item in the info popup.
  • CkanCatalogGroup now has a groupBy property to control whether catalog items are grouped by CKAN group ("group"), CKAN organization ("organization"), or not grouped at all ("none").
  • CkanCatalogGroup now has a useResourceName property to control whether the name of the catalog item is derived from the resource (true), or the dataset itself (false).
  • The catalog item info page now renders a much more complete set of Markdown and HTML elements.
kring
published 1.0.5 •

Changelog

Source

1.0.54

  • Fixed a bug in AbsIttCatalogItem that caused no legend to be displayed.
kring
published 1.0.4 •

Changelog

Source

1.0.49

  • Fixed a bug that caused poor performance when clicking a point on the map with lots of features and then closing the feature information panel.
  • Apply linkify, instead of markdown, to properties shown in the Feature Info Panel.
  • Fixed a bug that prevented feature scaling by value.
  • Fixed a bug that prevented the csv displayDuration from working.
  • Fixed a bug that ignored which column of the csv file to show as the legend initially.
  • NowViewingTabViewModel is now composed of a number of sections. Each section is given the opportunity to determine whether it applies to each catalog item. Custom sections may be added by adding them to NowViewingTabViewModel.sections`.
  • CsvCatalogItem and AbsIttCatalogItem now expose a concepts property that can be used to adjust the display.
  • Added Terria.cesiumBaseUrl property.
  • The user interface container DOM element may now be provided to TerriaViewer by specifying uiContainer in its options. Previously it always used an element named ui.
  • Legend URLs are now accessed via the proxy, if applicable.
  • Fixed a bug that prevented feature scaling by value.
  • Added support for Urthecast with UrthecastCatalogGroup.
  • Fixed a bug that caused a TypeError on load when the share URL included enabled datasets with an order different from their order in the catalog.
  • Improved the message that is shown to the user when their browser supports WebGL but it has a "major performance caveat".
  • Fixed a bug that could cause an exception in some browsers (Internet Explorer, Safari) when loading a GeoJSON with embedded styles.
  • Fixed a bug with Leaflet 2D map where clicks on animation controls or timeline would also register on the map underneath causing undesired feature selection and, when double clicked, zooming (also removed an old hack that disabled dragging while using the timeline slider)
  • Changed Australian Topography base map server and updated the associated thumbnail.
  • Added updateApplicationOnMessageFromParentWindow function. After an app calls this function at startup, TerriaJS can be controlled by its parent window when embedded in an iframe by messages sent with window.postMessage.
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