- Added popup for decomissioning site on 15 June 2022.
- Update to TerriaJS 7.11.4.
- Update to TerriaJS 7.6.11.
- Update to TerriaJS 6.3.2.
- Added the group "NEII Data Services – Conformant -> Land -> Satellite Imagery" from Digital Earth Australia.
- Update to TerriaJS 6.0.5.
- Renamed "NEII Data Services – Conformant" -> Water -> "Bureau of Meteorology Water Regulations Data" to "Water Regulations Data (BoM)".
- Updated to TerriaJS 5.2.4. Significant changes relevant to NEII-veiwer users include:
- Fixed a bug that prevented error messages, such as when a dataset fails to load, from being shown to the user. Instead, the errors were silently ignored.
- Added the
showFeaturesAtAllTimes
option to Sensor Observation Service items. This improves the user experience if the server returns some features starting in 1990, say, and some starting in 1995, so that the latter still appear (as grey points with no data) in 1990. - Fixed a bug that prevented preview charts in the feature info panel from updating when the user changed the Sensor Observation Service frequency.
- Fixed a bug that allowed the user to de-select all the display choices for Sensor Observation Service items.
- Improved the appearance of charts where all the y-values are null. (It now shows "No preview available".)
- Fixed download of selected dataset (as csv) so that quotes are handled in accordance with https://tools.ietf.org/html/rfc4180. As a result, more such downloads can be directly re-loaded in Terria by dragging and dropping them.
- Upgraded to Leaflet 1.0.3 for the 2D and preview maps.
- Upgraded to Cesium 1.33 for the 3D view.
- Changed the default opacity for points from CSV files without a value column to 1.0 (previously it was 0.6). This is a workaround for a Cesium bug (CesiumGS/cesium#5307) but really a better choice anyway.
- Added SOS2 Watercourse Discharge and Watercourse Levels items to "NEII Data Services – Conformant" -> Water -> "Bureau of Meteorology Water Regulations Data".
- Updated to TerriaJS 5.1.0. Significant changes relevant to NEII-veiwer users include:
- Fixed a bug that prevented
WebMapServiceCatalogItem
from acting as a time-dynamic layer when the time dimension was inherited from a parent layer. WebMapServiceCatalogItem
now supports WMS 1.1.1 style dimensions (with anExtent
element) in addition to the 1.3.0 style (Dimension
only).WebMapServiceCatalogItem
now passes dates only (rather than dates and times) to the server when the TIME dimension uses thestart/stop/period
form,start
is a date only, andperiod
does not include hours, minutes, or seconds.WebMapServiceCatalogItem
now supports years and months (in addition to days, hours, minutes, and seconds) in the period specified of a TIME dimension.WebMapServiceCatalogItem
now ignores leap seconds when evaluating ISO8601 periods in a time dimension. As a result, 2 hours after2016-06-30T23:00:00Z
is now2016-07-01T01:00:00Z
instead of2016-07-01T00:59:59Z
even though a leap second at the end of June 2016 makes that technically 2 hours and 1 second. We expect that this is more likely to align with the expectations of WMS server software.- Fixed a bug in
WebMapServiceCatalogItem
that prevented TerriaJS from correctly determining the projections supported by a WMS layer when supported projections are inherited from parent layers. - Added option to specify
mobileDefaultViewerMode
in theparameters
section ofconfig.json
to specify the default view mode when running on a mobile platform. - Added support for
itemProperties
toCswCatalogGroup
. - Added
terria.urlEncode
function for use in feature info templates. - Fixed a layout problem that caused the coordinates on the location bar to be displayed below the bar itself in Internet Explorer 11.
- Updated syntax to remove deprecation warnings with React version 15.5.
- Changed "no value" colour of region-mapped data to fully transparent, not black.
- Fixed an issue where expanding a chart from an SDMX-JSON or SOS feature twice, with different data choices selected, would overwrite the previous chart.
- Improved SDMX-JSON items to still show properly, even if the
selectedInitially
property is invalid. - Added
Score
column toGNAFAddressGeocoder
to indicate relative quality, which maps as default variable. - Updated the build process to Webpack 2.
- Fixed a bug that prevented
- Updated to TerriaJS 4.10.1. Significant changes relevant to NEII-veiwer users include:
- Canceled pending tile requests when removing a layer from the 2D map. This should drastically improve the responsiveness when dragging the time slider of a time-dynamic layer in 2D mode.
- Added the data source and data service details to the "About this dataset" (preview) panel.
- Renamed
SpatialDetailingFunction
,WhyAmISpecialFunction
, andPlacesLikeMeFunction
toSpatialDetailingCatalogFunction
,WhyAmISpecialCatalogFunction
, andPlacesLikeMeCatalogFunction
, respectively. The old names will be removed in a future release. - Fixed incorrect tooltip text for the Share button.
- Improved the build process and content of the user guide documentation.
- Fixed a bug that prevented downloading data from the chart panel if the map was started in 2D mode.
- Changed the default opacity of table data to 0.8 from 0.6.
- Added the ability to read dates in the format "2017-Q2".
- Improved support for SDMX-JSON, including showing values as a percent of regional totals, showing the selected conditions in a more concise format, and fixing some bugs.
- Updated
TableCatalogItem
s to show a download URL in About This Dataset, which downloads the entire dataset as csv, even if the original data was more complex (eg. from an API). - The icon specified to the
MenuPanel
/DropdownPanel
theme can now be either the identifier of an icon fromIcon.GLYPHS
or an actual SVGrequire
'd via thesvg-sprite-loader
. - Fixed a bug that caused time-varying points from a CSV file to leave a trail on the 2D map.
- Add
Terria.filterStartDataCallback
. This callback gives an application the opportunity to modify start (share) data supplied in a URL before TerriaJS loads it.- Reduced the size of the initial TerriaJS JavaScript code by about 30% when starting in 2D mode.
CkanCatalogGroup
now automatically adds the type of the resource (e.g.(WMS)
) after the name when a dataset contains multiple resources that can be turned into catalog items anduseResourceName
is false.- Added support for ArcGIS FeatureServers to
CkanCatalogGroup
andCkanCatalogItem
. In order forCkanCatalogGroup
to include FeatureServers,includeEsriFeatureServer
must be set to true. - Changed default URL for the share service from
/share
toshare
and made it configurable by specifyingshareUrl
in config.json. This helps with deployments in subdirectories. - Upgraded to Cesium 1.29.
- Fixed a bug that prevented a
shareUrl
specified inconfig.json
from actually being used by theShareDataService
. - Adding a JSON init file by dropping it on the map or selecting it from the My Data tab no longer adds an entry to the Workbench and User-Added Data catalog.
- WPS return type can now be
application/vnd.terriajs.catalog-member+json
which allows a json catalog member to be returned in WPS along with the usual attributes to control display. chartLineColor
tableStyle attribute added, allowing per column specification of chart line color.- Fixed a bug that caused a
WebMapServiceCatalogItem
inside aWebMapServiceCatalogGroup
to revert to defaults from GetCapabilities instead of using shared properties. - Fix a bug that prevented drawing the marker and zooming to the point when searching for a location in 2D.
- Fixed a bug where
WebMapTileServiceCatalogItem
would incorrectly interpret a bounding box and return only the lower left corner causing Cesium to crash on render. - Fixed a bug that caused the feedback form to be submitted when unchecking "Share my map view".
- Fixed a bug with calculating bounding rectangles in
ArcGisCatalogItem
caused by changes toproj4
package. - Fixed a bug preventing chart axis labels from being visible on a white background.
- Fixed a bug that caused the Feedback panel to appear below the chart panel, making it difficult to use.
- Changed defaults:
WebProcessingServiceCatalogFunction
now defaults to invoking theExecute
service via an HTTP POST with XML encoding rather than an HTTP GET with KVP encoding. This is a more sensible default because the WPS specification requires that servers support POST/XML while GET/KVP is optional. Plus, POST/XML allows large input parameters, such as a polygon descibing all of Australia, to be successfully passed to the WPS process. To force use of GET/KVP, set theexecuteWithHttpGet
property totrue
.
- Fixed problems with third-party dependencies causing
npm install
andnpm run gulp
to fail. - Fixed a bug that prevented the proxy from being used for loading legends, even in situations where it is necessary such as an
http
legend accessed from anhttps
site. - Added link to re-download local files, noting that TerriaJS may have done additional processing (eg. geocoding).
- Updated information shown about NEII "conformant" data groups.
- Updated styling on Feature Info panel and data catalogue.
- Added three new Geoscience Australia layers: Topographic Maps, Gravity Anomaly and Magnetic Intensity.
- Updated styling on Feature Info panel and data catalogue.
- Turned off timeline animation by default.
- Updated to TerriaJS 4.7.2. Significant changes relevant to NEII-veiwer users include:
- Fixed a bug leading to oversized graphics being displayed from WPS calls.
- Added the ability for users to share their view of the map when providing feedback.
- Extra components can now be added to FeatureInfoSection.
- "Download Data" in FeatureInfoSection now "Download Data for this Feature".
- Fixed a bug that prevented the scale bar from displaying correctly.
- Support added for creating custom WPS types, and for reusing
Point
,Polygon
, andRegion
editors in custom types. - Fixed a bug that caused the legend to be missing for WMS catalog items where the legend came from GetCapabilities but the URL did not contain
GetLegendGraphic
. - Updated GNAF API to new Lucene-based backend, which should improve performance.
- Updated custom
<chart>
tag to allow acolors
attribute, containing comma separated css strings (one per column), allowing users to customize chart colors. Thecolors
attribute in charts can also be passed through from a WPS ComplexData response. - Updated styling of Give Feedback form.
- Improved consistency of "Search" and "Add Data" font sizes.
- Improved flexibility of Feature Info Panel styling.
- Fixed a bug that could cause an extra
/
to be added to end of URLs byArcGisMapServerCatalogItem
, causing some servers to reject the request. - Added a workaround for a bug in Internet Explorer 11 on Windows 7 that could cause the user interface to hang.
- Made fonts and colours consistent with NEII website.
- Updated "about" link and related maps.
- Added a button below the map navigation buttons to measure the distance between points.
- Updated to TerriaJS 4.6.0. Significant changes relevant to NEII-veiwer users include:
- Change in defaults:
- The
clipToRectangle
property of raster catalog items (WebMapServiceCatalogItem
,ArcGisMapServerCatalogItem
, etc.) now defaults totrue
. It wasfalse
in previous releases. Usingfalse
prevents features (especially point features) right at the edge of the layer's rectangle from being cut off when the server reports too tight a rectangle, but also causes the layer to load much more slowly in many cases. Starting in this version, we favour performance and the much more common case that the rectangle can be trusted.
- The
- Made
WebMapServiceCatalogItem
tolerant of aGetCapabilities
where aLegendURL
element does not have anOnlineResource
or aDimension
does not have any values. - Add support for 'Long' type hint to CSV data for specifying longitude.
- The marker indicating the location of a search result is now placed correctly on the terrain surface.
CatalogFunction
region parameters are now selected on the main map rather than the preview map.- Some regions that were previously not selectable in Analytics, except via autocomplete, are now selectable.
- Added hover text that shows the position of data catalog search results in the full catalog.
- Widened scrollbars and improve their contrast.
- Removed the default maximum number of 10 results when searching the data catalog.
- Allow users to browse for JSON configuration files when adding "Local Data".
- Made it easier to use custom fonts and colors in applications built on TerriaJS, via new SCSS variables.
- Fixed a bug that caused a
CswCatalogGroup
to fail to load if the server had areferences
element without aprotocol
. - The order of the legend for an
ArcGisMapServerCatalogItem
now matches the order used by ArcGIS itself. - Large legends are now scaled down to fit within the width of the workbench panel.
- Improved the styling of links inside the Feature Information panel.
- Fixed a bug that could cause the Feature Information panel's close button to initially appear in the wrong place, and then jump to the right place when moving the mouse near it.
- Change in defaults:
- Updated to TerriaJS 4.5.0. Significant changes relevant to NEII-viewer users include:
- Added support for the Sensor Observation Service format, via the
SensorObservationServiceCatalogItem
. - Added support for end date columns in CSV data (automatic with column names containing
end_date
,end date
,end_time
,end time
; or set in json file usingisEndDate
intableStyle.columns
. - Fixed calculation of end dates for moving-point CSV files, which could lead to points disappearing periodically.
- Fixed a bug that prevented fractional seconds in time-varying WMS periodicity.
- Added the ability to the workbench UI to select the
style
to use to display a Web Map Service (WMS) layer when multiple styles are available. - Added the ability to the workbench UI to select from among the available dimensions of a Web Map Service (WMS) layer.
- Improved the error reporting and handling when specifying invalid values for the WMS COLORSCALERANGE parameter in the UI.
- Added the ability to drag existing points when creating a
UserDrawing
. - Fixed a bug that could cause nonsensical legends for CSV columns with all null values.
- Fixed a bug that prevented the Share panel from being used at all if the URL shortening service encountered an error.
- Fixed a bug that could cause an error when adding multiple catalog items to the map quickly.
- Tweaked the z-order of the window that appears when hovering over a chart series, so that it does not appear on top of the Feature Information panel.
- Fixed a bug that could lead to incorrect colors in a legend for a CSV file with explicit
colorBins
and cut off at a minimum and maximum. - We now show the feature info panel the first time a dataset is added, containing a suggestion to click the map to learn more about a location. Also improved the wording for the feature info panel when there is no data.
- Fixed support for time-varying feature info for vector tile based region mapping.
updateApplicationOnMessageFromParentWindow
now also allows messages from theopener
window, i.e. the window that opened the page by callingwindow.open
. The parent or opener may now also send a message with anallowOrigin
property to specify an origin that should be allowed to post messages.- Fixed a bug that prevented charts from loading http urls from https.
- The
isNcWMS
property ofWebMapServiceCatalogItem
is now set to true, and the COLORSCALERANGE controls are available in the UI, for ncWMS2 servers. - Added the ability to prevent CSVs with time and
id
columns from appearing as moving points, by settingidColumns
to eithernull
or[]
. - Fixed a bug that prevented default parameters to
CatalogFunction
s from being shown in the user interface. - Fixed a problem that made
BooleanParameter
s show up incorrectly in the user interface. - Embedded
<chart>
elements now support two new optional attributes:title
: overrides the title that would otherwise be derived from the name of the feature.hide-buttons
: If"true"
, the Expand and Download buttons are hidden from the chart.
- Fixed a bug in embedded
<collapsible>
elements that prevented them from being expandable. - Improved SDMX-JSON support to make it possible to change region type in the UI.
- Deprecated
RegionMapping.setRegionColumnType
in favour ofRegionMapping.prototype.setRegionColumnType
.regionDetails[].column
and.disambigColumn
have also been deprecated.
- Added support for the Sensor Observation Service format, via the
- Updated to TerriaJS 4.4.0. Significant changes relevant to NEII-viewer users include:
- Fixed a bug that caused Cesium (3D view) to crash when plotting a CSV with non-numerical data in the depth column.
- Added automatic time-series charts of attributes to the feature info of time-varying region-mapped csvs.
- Refactored Csv, AbsItt and Sdmx-Json catalog items to depend on a common
TableCatalogItem
. DeprecatedCsvCatalogItem.setActiveTimeColumn
in favour oftableStructure.setActiveTimeColumn
. - Error in geocoding addresses in csv files now shows in dialog box.
- Fixed CSS styling of the timeline and added padding to the feature info panel.
- Enhanced JSON support to recognise JSON5 format for user-added files.
- Deprecated
indicesIntoUniqueValues
,indicesOrValues
,indicesOrNumericalValues
andusesIndicesIntoUniqueValues
inTableColumn
(isEnum
replacesusesIndicesIntoUniqueValues
). - Added support for explicitly colouring enum columns using a
tableStyle.colorBins
array of{"value":v, "color":c}
objects - Improved rendering speed when changing the display variable for large lat/lon csv files.
- Default to moving feature CSVs if a time, latitude, longitude and a column named
id
are present. - Fixed a bug so units flow through to charts of moving CSV features.
- Fixed a bug that prevented the
contextItem
of aCatalogFunction
from showing during location selection. - Fixed a bug that caused
&
to appear in some URLs instead of simply&
, leading to an error when visiting the link. - Added the ability to pass a LineString to a Web Processing Service.
- Fixed a bug that prevented
tableStyle.dataVariable
=null
from working. - Uses a smarter default column for CSV files.
- Fixed a bug that caused an error message to appear repeatedly when there was an error downloading tiles for a base map.
- Fixed a bug that caused WMS layer names and WFS type names to not be displayed on the dataset info page.
- We now preserve the state of the feature information panel when sharing. This was lost in the transition to the new user interface in 4.0.0.
- Added a popup message when using region mapping on old browsers without an
ArrayBuffer
type (such as Internet Explorer 9). These browsers won't support vector tile based region mapping. - Fixed bug where generic parameters such as strings were not passed through to WPS services.
- Fixed a bug where the chart panel did not update with polled data files.
- Removed the Australian Hydrography layer from
createAustraliaBaseMapOptions
, as the source is no longer available. - Fixed a bug that caused the GetCapabilities URL of a WMS catalog item to be shown even when
hideSource
was set to true. - Newly-added user data is now automatically selected for the preview map.
- Fixed a bug where selecting a new column on a moving point CSV file did not update the chart in the feature info panel.
- Fixed dropdowns dropping from the bounds of the screen in Safari.
- Fixed a bug that prevented the feature info panel from updating with polled lat/lon csvs.
- Improved handing of missing data in charts, so that it is ignored instead of shown as 0.
- Added a loading indicator for user-added files.
- Fixed a bug that prevented printing the map in the 2D mode.
- Fixed a bug when changing between x-axis units in the chart panel.
- Added support for ArcGis FeatureServers, using the new catalog types
esri-featureServer
andesri-featureServer-group
. Catalog typeesri-group
can load REST service, MapServer and FeatureServer endpoints. (For backwards compatability, catalog typeesri-mapServer-group
continues to work for REST service as well as MapServer endpoints.) - Adds bulk geocoding capability for Australian addresses. So GnafAPI can be used with batches of addresses, if configured.
- Updated to Cesium 1.23 (from 1.20). See the change log for details.
- Added support for a wider range of SDMX-JSON data files, including the ability to sum over dimensions via
aggregatedDimensionIds
. - Added support for
tableStyle.colorBins
as array of values specifying the boundaries between the color bins in the legend, eg.[3000, 3500, 3900, 4000]
.colorBins
can still be an integer specifying the number of bins, in which case Terria determines the boundaries. - Added support for moving-point csv files, via an
idColumns
array on csv catalog items. By default, feature positions, color and size are interpolated between the known time values; setisSampled
to false to prevent this. (Color and size are never interpolated when they are drawn from a text column.) - Added support for polling csv files with a partial update, and by using
idColumns
to identify features across updates. - Added a time series chart to the Feature Info Panel for sampled, moving features.
- Fixed a bug which prevented time-varying CZML feature info from updating.
- Made explorer panel not rendered at all when hidden and made the preview map destroy itself when unmounted - this mitigates performance issues from having Leaflet running in the background on very busy vector datasets.
- Fixed a bug that caused the selection indicator to get small when near the right edge of the map and to overlap the side panel when past the left edge.
- Map controls and menus now become translucent while the explorer window (Data Catalog) is visible.
- Legend images that fail to load are now hidden entirely.
- Improved the appearance of the opacity slider and added a percentage display.
- Fixed a bug that prevented sharing from working in Internet Explorer.
- Worked around a problem in the Websense Web Filter that caused it to block access to some of the TerriaJS Web Workers due to a URL in the license text in a comment in a source file.
- Made the column title for time-based CSV exports from chart default to 'date'
- Stopped the CSV creation webworker from being run multiple times on viewing a chart.
- Removed the empty circles from non-selected base maps on the Map settings panel.
- Prevented text from being selected when dragging the compass control.
- Stopped IE9 from setting bizarre inline dimensions on custom branding images.
- Fixed workbench reordering in browsers other than Chrome.
- URLs on the dataset info page are now auto-selected when clicked, making them easier to copy.
- Fix the hot reload script.
- Use
gtar
when buildingmake-package
on OSX to create GNU tar compatible tarballs. - Change deafult mobile view mode to a configuration parameter rather then hard coded to 2D.
- Add Augmented Reality mode for iOS and Android devices with a compass and accelerometer, activated by enabling
experimentalFeatures
inconfig.json
and adding the AugmentedVirtualityTool to the ExperimentalMenu in the customisable user interface.
- Fixed link to NEII viewer in Related Maps.
- Catalog (init) files can now be stored as .ejs files in /datasources, rendered by the EJS templating library. See comments in gulpfile.js.
- Updated to TerriaJS 4.0.2. Significant changes relevant to NEII-viewer users include:
- A brand new user interface, incorporating user feedback and the results of usability testing!
CswCatalogGroup
will now include Web Processing Services from the catalog if configured withincludeWps
set to true.WebMapServiceCatalogItem
will now detect ncWMS servers and set isNcWMS to true.- Uses a new mechanism for storing the data associated with the Share feature, avoid URL length limits.
- Added partial support for the SDMX-JSON format.
- Added a prominent link to the preview of the new UI.
- Added GNAF as a location search provider.
- Fixed an issue where the 404 error page would display incorrectly if given a non-existent path (eg, nationlmap.gov.au/nonexistent/path)
- Added CNT3 as an alias for ISO3 as a csv column name (for three-letter country codes).
- Updated to TerriaJS 3.3.0. Significant changes relevant to NationalMap users include:
CkanCatalogItem.createCatalogItemFromResource
'soptions.allowGroups
has been replaced withoptions.allowWmsGroups
andoptions.allowWfsGroups
.- Added support for WFS in CKAN items.
- Fixed a bug that prevented the terriajs-server's
"proxyAllDomains": true
option from working. - Added support in FeatureInfoTemplate for referencing CSV columns by either their name in the CSV file, or the name they are given via
TableStyle.columns...name
(if any). - Improved CSV handling to ignore any blank lines, ie. those containing only commas.
- Fixed a bug in
CswCatalogGroup
that prevented it from working in Internet Explorer. - Fixed a bug on IE9 that prevented shortened URLs from loading.
- Fixed a map started with smooth terrain being unable to switch to 3D terrain.
- Fixed a bug in
CkanCatalogItem
that prevented it from using the proxy for dataset URLs. - Fixed feature picking when displaying a point-based vector and a region mapped layer at the same time.
- Stopped generation of WMS intervals being dependent on JS dates and hence sensitive to daylight savings time gaps.
- Fixed a bug that led to zero property values being considered time-varying in the Feature Info panel.
- Fixed a bug that prevented lat/lon injection into templates with time-varying properties.
- Add
parameters
property inWebFeatureServiceCatalogItem
to allow accessing URLs that need additional parameters. - Fixed a bug where visiting a shared link with a time-series layer would crash on load.
- Added a direct way to format numbers in feature info templates, eg.
{{#terria.formatNumber}}{"useGrouping": true, "maximumFractionDigits": 3}{{value}}{{/terria.formatNumber}}
. The quotes around the keys are optional. - When the number of unique values in a CSV column exceeds the number of color bins available, the legend now displays "XX other values" as the label for the last bucket rather than simply "Other".
- CSV columns with up to 21 unique values can now be fully displayed in the legend. Previously, the number of bins was limited to 9.
- Added
cycle
option totableColumnStyle.colorBinMethod
for enumeration-type CSV columns. When the number of unique values in the column exceeds the number of color bins available, this option makes TerriaJS color all values by cycling through the available colors, rather than coloring only the most common values and lumping the rest into an "Other" bucket. - Metadata and single data files (e.g. KML, GeoJSON) are now consistently cached for one day instead of two weeks.
WebMapServiceCatalogItem
now uses the legend for thestyle
specified inparameters
when possible. It also now includes theparameters
when building aGetLegendGraphic
URL.- Fixed a bug that prevented switching to the 3D view after starting the application in 2D mode.
- Support "globalDisclaimer" configuration option, defined as follows: "globalDisclaimer": { "confirmationRequired": true, // Whether user must click the correct button to dismiss it (otherwise click anywhere) "buttonTitle": "I agree", // Text for that button (defaults to "Ok"). "title": "Disclaimer", // Title for the window "prodHostRegex": "gov.\.au$", // If this regular expression is NOT matched, add the DevelopmentDisclaimerPreamble.html "devHostRegex-OPTIONAL": "\b(staging|preview|test|dev)\.", // If this regular expression IS matched, add that preamble "enableOnLocalhost": true // By default, Disclaimers are not shown when testing locally. Add this to test your disclaimer. },
- Fixed a bug in the build configuration that allowed extra whitespace to be inserted in multi-line strings. This whitespace could case the markdown formatter to treat the string as preformatted text and break, e.g., error messages.
- Breaking changes:
- Columns with the name
ced_aec
are no longer supported for region mapping. Please usecom_elb_code
orcom_elb_name
instead.
- Columns with the name
- Added new region types for region mapping:
- Commonwealth electoral divisions 2016 by ID, from the Australian Electoral Commission: (column names:
divisionnm
,com_elb_name_2016
, orcom_elb_name
) - Commonwealth electoral divisions 2016 by name, from the Australian Electoral Commission: (column names:
divisionid
,com_elb_code_2016
,com_elb_code
, orcom_elb
) - Natural resource management regions by ID (column names:
nrmr
,nrmr_code
, ornrmr_code_2011
) - Natural resource management regions by name (column name:
nrmr_name
) - Australian drainage divisions by ID (column names:
add
,add_code
,add_code_2011
) - Australian drainage divisions by name (column name:
add_name
)
- Commonwealth electoral divisions 2016 by ID, from the Australian Electoral Commission: (column names:
- Updated to TerriaJS 3.1.0. Significant changes relevant to NationalMap users include:
- Injected clicked lat and long into templates under
{{terria.coords.latitude}}
and{{terria.coords.longitude}}
. - Fixed an exception being thrown when selecting a region while another region highlight was still loading.
- Added
CesiumTerrainCatalogItem
to display a 3D surface model in a supported Cesium format. - Added support for configuration of how time is displayed on the timeline - catalog items can now specify a dateFormat hash
in their configuration that has formats for
timelineTic
(what is displayed on the timeline itself) andcurrentTime
(which is the current time at the top-left). - Fixed display when
tableStyle.colorBins
is 0. - Added
fogSettings
option to init file to customize fog settings, introduced in Cesium 1.16. - Improved zooming to csvs, to include a small margin around the points.
- Support ArcGIS MapServer extents specified in a wider range of projections, including GDA MGA zones.
- WMS legends now use a bigger font, include labels, and are anti-aliased when we can determine that the server is Geoserver and supports these options.
- Added support for time-series data sets with gaps - these are skipped when scrubbing on the timeline or playing.
- Only trigger a search when the user presses enter or stops typing for 3 seconds. This will greatly reduce the number of times that searches are performed, which is important with a geocoder like Bing Maps that counts each geocode as a transaction.
- Reduced the tendency for search to lock up the web browser while it is in progress.
- For WMS catalog items that have animated data, the initial time of the timeslider can be specified with
initialTimeSource
asstart
,end
,present
(nearest date to present), or with an ISO8601 date. - Added ability to remove csv columns from the Now Viewing panel, using
"type": "HIDDEN"
intableStyle.columns
. - Updated to Cesium 1.20. Significant changes relevant to TerriaJS users include:
- Fixed loading for KML
NetworkLink
to not append a?
if there isn't a query string. - Fixed handling of non-standard KML
styleUrl
references within aStyleMap
. - Fixed issue in KML where StyleMaps from external documents fail to load.
- Added translucent and colored image support to KML ground overlays
GeoJsonDataSource
now handles CRSurn:ogc:def:crs:EPSG::4326
- Fix a race condition that would cause the terrain to continue loading and unloading or cause a crash when changing terrain providers. #3690
- Fix issue where the
GroundPrimitive
volume was being clipped by the far plane. #3706 - Fixed a reentrancy bug in
EntityCollection.collectionChanged
. #3739 - Fixed a crash that would occur if you added and removed an
Entity
with a path without ever actually rendering it. #3738 - Fixed issue causing parts of geometry and billboards/labels to be clipped. #3748
- Fixed bug where transparent image materials were drawn black.
- Fixed
Color.fromCssColorString
from reusing the inputresult
alpha value in some cases.
- Fixed loading for KML
- Injected clicked lat and long into templates under
- Detect when an old version of Node.js is being used, and fail helpfully.
- Updated the URLs for the Water Observations from Space datasets to
geoserver.nci.org.au
. - Split catalog into a separate module. The catalog is now managed through github.com/TerriaJS/NationalMap-Catalog.
- Split client-side configuration (config.json) from server-side (devserverconfig.json). Using Terria-Server 2.0.0 enables the catalog separation described above.
- Added missing CED2 regionmap id file.
- Updated to TerriaJS 2.3.0. Significant changes relevant to NationalMap users include:
- Share links now contain details about the picked point, picked features and currently selected feature.
- Fixed a bug that could cause catalog items to be loaded multiple times.
- Added support for the
copyrightText
property for ArcGIS layers - this now shows up in info under "Copyright Text". - Showed a message in the catalog item info panel that informs the user that a catalog item is local and can't be shared.
- TerriaJS now obtains its list of domains that the proxy will proxy for from the
proxyableDomains/
service. The URL can be overridden by settingparameters.proxyableDomainsUrl
inconfig.json
. - Improved legend and coloring of ENUM (string) columns of CSV files, to sort first by frequency, then alphabetically.
- Use terriajs-server 1.4.1 to fix a bug that caused all headers - even the ones meant to be excluded - to be passed to the remote server by the proxy service. This broke the Western Australian Government datasets in the Geoscience Australia deployment architecture.
- Updated "Population Estimates" layer to point to new GA location.
- Changed the query of the South Australian Government CKAN server to include datasets with a format of both
geojson
andGeoJSON
, greatly increasing the number of datasets found. - Updated all Geoscience Australia layers to point to the new infrastructure at http://services.ga.gov.au/gis/rest/services .
- Re-populated Western Australian Government group, now pulling directly from
catalogue.beta.data.wa.gov.au
. - Added pages for HTTP 404 (Not Found) and 500 (Internal Server Error). Previously, we redirected errors back to the main page without an explanation.
- Added Brisbane City Council group under Data Providers.
- Added direct download links for several ABS national boundaries.
- Updated to TerriaJS 2.2.0. Significant changes relevant to NationalMap users include:
- Warn user when the requested WMS layer doesn't exist, and try to provide a suggestion.
- Fixed the calculation of a CSV file's extent so that missing latitudes and longitudes are ignored, not treated as zero.
- Improved the user experience around uploading files in a format not directly supported by TerriaJS and optionally using the conversion service.
- Improved performance of large CSV files, especially the loading time, and the time taken to change the display variable of region-mapped files.
- Added support for CSV files with only location (lat/lon or region) columns, and no value columns, using a file-specific color. Revised GeoJSON display to draw from the same palette of colors.
- Fixed a bug that prevented GeoJSON styles from being applied correctly in some cases.
- Fixed an error when adding a CSV with one line of data.
- Fixed error when adding a CSV file with numeric column names.
- Polygons and polylines are now highlighted on click when the geometry is available.
- Improved legend and coloring of ENUM (string) columns of CSV files; only the most common values are colored differently, with the rest shown as 'Other'.
- Changed
tableStyle
'sformat
to only acceptuseGrouping
,maximumFractionDigits
andstyling: "percent"
options. Previously some other options may have worked in some browsers. - Improved color palette for string (ENUM) columns of CSV files.
- Improved CSV loading to ignore any completely blank lines after the header row (ie. lines which do not even have commas).
- Added support for grouping catalog items retrieved from a CSW server according to criteria specified in the init file (via the
metadataGroups
property) or from adomainSpecification
and a call to theGetDomain
service on the CSW server. - Improved ABS display (to hide the regions) when a concept is deselected.
- Improved readability of ArcGIS catalog items and legends by replacing underscores with spaces.
ArcGisMapServerCatalogItem
metadata is now cached by the proxy for only 24 hours.- Improved the feature info panel to update the display of time-varying region-mapped CSV files for the current time.
- Fixed sharing of time-varying CZML files; the timeline was not showing on the shared link.
- Fixed sharing of user-added time-varying CSV files.
- Fixed a bug in
CkanCatalogItem
that made it build URLs incorrectly when given a base URL ending in a slash. - Added column-specific styling to CSV files, using a new
tableStyle.columns
json parameter. This is an object whose keys are column names or indices, and whose values are objects of column-specific tableStyle parameters. See the CSV column-specific group inwwwroot/test/init/test-tablestyle.json
for an example. #1097 - Added the following column-specific
tableStyle
parameters:name
: renames the column.type
: sets the column type; can be one of LON, LAT, ALT, TIME, SCALAR, or ENUM.format
: sets the column number format, using the format of the Javascript Intl options parameter, eg.{"format": {"useGrouping": true, "maximumFractionDigits": 2}}
to add thousands separators to numbers and show only two decimal places. Only theuseGrouping
,maximumFractionDigits
andstyling: "percent"
options are guaranteed to work in all browsers.
- Added column-specific formatting to the feature info panel for all file types, eg.
"featureInfoTemplate" : {"template": "{{SPEED}} m/s", "formats": {"SPEED": {"maximumFractionDigits": 2}}}
. The formatting options are the same as above. - Changed the default number format in the Feature Info Panel to not separate thousands with commas.
- Fixed a bug that caused the content on the feature info panel to be rendered as pure HTML instead of as mixed HTML / Markdown.
- Changed the default for
tableStyle.replaceWithZeroValues
to[]
, ie. nothing. - Changed the default for
tableStyle.replaceWithNullValues
to["-", "na", "NA"]
. - Changed the default for
tableStyle.nullLabel
to '(No value)'. - Fixed showWarnings in config json not being respected by CSV catalog items.
- Fixed hidden region mapped layers being displayed when variable selection changes.
- Fixed exporting raw data as CSV not escaping commas in the data itself.
- Updated to Cesium 1.18. Significant changes relevant to TerriaJS users include:
- Improved terrain performance by up to 35%. Added support for fog near the horizon, which improves performance by rendering less terrain tiles and reduces terrain tile requests. #3154
- Reduced the amount of GPU and CPU memory used by terrain by using compression. The CPU memory was reduced by up to 40%, and approximately another 25% in Chrome.
- Fixed an issue where the sun texture is not generated correctly on some mobile devices. #3141
- Cesium now honors window.devicePixelRatio on browsers that support the CSS imageRendering attribute. This greatly improves performance on mobile devices and high DPI displays by rendering at the browser-recommended resolution. This also reduces bandwidth usage and increases battery life in these cases.
- Removed the datasets in the "ACT Government" and "Western Australian Government" groups because they were not working. ACT broke as a result of a change in the Socrata software used to manage their catalog in January. WA broke as a result of the retirement of Google Maps Engine in December.
- Several catalog items (
Mobile Black Spot Database
andMobile Black Spot Programme - Funded Base Stations
inCommunications
,Catchment Scale Land Use 2015
inLand
, andTaxation Statistics 2011-201
andMedicare Offices
inSocial and Economic
) now point directly to the corresponding dataset on data.gov.au and get their metadata from there, instead of pointing to a WMS server or GeoJSON file. - The Australian Goverernment logos have been moved to the top-left part of the About page.
- References to "NICTA" have been replaced by "Data61" in the help pages.
- The privacy policy link on the Privacy page now links to the policy on
dpmc.gov.au
instead ofcommunications.gov.au
. - The statistical boundary catalogue items now have direct download links to the ABS-provided shapefiles on their info pages.
- The
National Data Sets -> Elevation -> SRTM 1 sec DEM Image
catalogue item now points to the new service atservices.ga.gov.au
instead of the old one atwww.ga.gov.au
. - Added the 2013 versions of the Local Government Area (LGA), Commonwealth Electoral Division (CED), and Tourism Regions (TR) boundaries for region mapping.
- The data source editor, previously at
terria.io/DataSourceEditor
is now available with NationalMap at/editor
. This way it will track the version of the catalogue format currently used by NationalMap. - Updated to TerriaJS 2.0.1. Significant changes relevant to NationalMap users include:
- Region mapping now works with CSV files containing a postcode column in which the leading zero is missing (e.g.
830
instead of0830
). - Clicking inside a region with no value in a region-mapped CSV will now report "No features found" instead of showing a mysterious blank feature info window.
- More date formats are now supported in CSV files, including
YYYY
,YYYY-MM
, andYYYY-MM-DD HH:MM(:SS)
- Improved the formatting of dates/times from CSV files in the feature info panel.
- Added 5 new options to the
tableStyle
property for CSV catalog items, includingreplaceWithZeroValues
,replaceWithNullValues
,nullColor
,nullLabel
, andtimeColumn
. See the TerriaJS changelog linked above for details. - CSV columns containing only HTML tags are no longer shown as a possible Data Variable on the Now Viewing tab.
- Greatly improved backward compatibility for share links. Share links can now continue to work even if an enabled catalog item is moved or renamed.
- We now generate a nice legend image for ArcGIS MapServer catalogue items instead of simply providing a link to the server-provided HTML file.
- Legends for CSV, ABS, and ArcGIS MapServer catalogue items are now generated in SVG format.
- Added
CkanCatalogItem
, which can be used to reference a particular resource of any compatible type on a CKAN server. - Fixed Leaflet feature selection when zoomed out enough that the world is repeated.
- Improved the handling of lat/lon CSV files with missing latitude or longitude values.
- Fixed a bug that prevented
SocrataCatalogGroup
from working in Internet Explorer 9. - Fixed a bug that caused the Now Viewing tab to display incorrectly in Internet Explorer 11 when switching directly to it from the Data Catalogue tab.
- Region mapping now works with CSV files containing a postcode column in which the leading zero is missing (e.g.
- Fixed incorrect claims in the documentation that NationalMap was funed by the Department of Prime Minister and Cabinet.
- Removed
National Data Sets -> Land -> Catchment Scale Land Use 2014
. - Removed hardcoded descriptions from the Mobile Black Spot datasets, allowing descriptions provided by the server to be used instead.
- Split out server-side code into a separate repo, github.com/TerriaJS/terriajs-server and NPM package 'terriajs-server'.
- Remove Supervisor and Forever, as they're basically redundant.
- Reworked "npm start" and "npm stop" so they start/stop TerriaJS-Server in the background.
- The disclaimer no longer overlaps with the map credits when printing the 2D view in Chrome.
- Fixed the City of Melbourne datasets. An upgrade of their Socrata server broke functionality we relied on.
- Updated to TerriaJS 1.0.53. Significant changes relevant to NationalMap users include:
- Fixed a typo that prevented clearing the search query on the Search tab.
- Added a progress bar to the top of the map, indicating tile download progress.
- We no longer show the entity's ID (which is usually a meaningless GUID) on the feature info panel when the feature does not have a name. Instead, we leave the area blank.
- Fixed a bug with time-dynamic imagery layers that caused features to be picked from the next time to be displayed, in addition to the current one.
Cesium.zoomTo
now takes the terrain height into account when zooming to a rectangle.- Dramatically improved the performance of region mapping.
- Introduced new quantisation (color binning) methods to dramatically improve the display of choropleths (numerical quantities displayed as colors) for CSV files, instead of always using linear. Four values for
colorBinMethod
are supported:- "auto" (default), usually means "ckmeans"
- "ckmeans": use "CK means" method, an improved version of Jenks Even Breaks to form clusters of values that are as distinct as possible.
- "quantile": use quantiles, evenly distributing values between bins
- "none": use the previous linear color mapping method.
- The default style for CSV files is now 7 color bins with CK means method.
- Added support for color palettes from Color Brewer (colorbrewer2.org). Within
tableStyle
, use a value like"colorPalette": "10-class BrBG"
. - Improved the display of legends for CSV files.
- Added support for the Socrata "new backend" with GeoJSON download to
SocrataCatalogGroup
. - Improved compatibility with Internet Explorer 9.
- Added Department of Environment datasets under
National Data Sets -> Environment
. - Added Soil and Landscape Grid data under
National Data Sets -> Land
. - Add NEII Viewer and AURIN Map to Related Maps.
- Fixed display of map preview images in Related Maps.
- Fixed the squished images on the Related Maps panel.
- Updated to TerriaJS 1.0.50. Significant changes relevant to NationalMap users include:
- 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.
- Legend URLs are now accessed via the proxy, if applicable.
- 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 aniframe
by messages sent withwindow.postMessage
. - Put a white background behind legend images to fix legend images with transparent background being nearly invisible.
- Search entries are no longer duplicated for catalog items that appear in multiple places in the Data Catalogue
- Fixed the layer order changing in Cesium when a CSV variable is chosen.
- Layer name is now shown in the catalog item info panel for ESRI ArcGIS MapServer layers.
- Retrieve WFS or WCS URL associated with WMS data sources using DescribeLayer if no dataUrl is present.
- Sorted ABS age variables numerically, not alphabetically.
- Fixed a bug that prevented region mapping from working over HTTPS.
- The proxy is now used to avoid a mixed content warning when accessing an HTTP dataset from an HTTPS deployment of TerriaJS.
- Completely support the csv-geo-au specification (other than SA1s and boundaries from previous years) including ASGS boundaries like remoteness regions, indigenous areas and non ASGS boundaries like primary health networks.
- Added freight route datasets provided by the Department of Infrastructure and Regional Development under
Transport -> Freight
. - Added IMOS and AODN Geoservers to the list of hosts that may be proxied.
- Changed the support email address from
[email protected]
to[email protected]
. - Use YouTube videos hosted in the AusGovDPMC account.
- Updated to TerriaJS 1.0.48. Significant changes relevant to NationalMap users include:
- Update the default Australian topography basemap to Geoscience Australia's new worldwide layer (http://www.ga.gov.au/gisimg/rest/services/topography/National_Map_Colour_Basemap/MapServer)
- The Feature Info panel now shows all selected features in an accordion control. Previously it only showed the first one.
- Major refactor of
CsvCatalogItem
, splitting region-mapping functionality out intoRegionProvider
andRegionProviderList
. Dozens of new test cases. In the process, fixed a number of bugs and added new features including:- Regions can be matched using regular expressions, enabling matching of messy fields like local government names ("Baw Baw", "Baw Baw Shire", "Baw Baw (S)", "Shire of Baw Baw" etc).
- Regions can be matched using a second field for disambiguation (eg, "Campbelltown" + "SA")
- Drag-and-dropped datasets with a time column behave much better: rather than a fixed time being allocated to each row, each row occupies all the time up until the next row is shown.
- Enumerated fields are colour coded in lat-long files, consist with region-mapped files.
- Feedback is now provided after region mapping, showing which regions failed to match, and which matched more than once.
- Bug: Fields with names starting with 'lon', 'lat' etc were too aggressively matched.
- Bug: Numeric codes beginning with zeros (eg, certain NT 08xx postcodes) were treated as numbers and failed to match.
- Bug: Fields with names that could be interpreted as regions weren't available as data variables.
- The
LocationBarViewModel
now shows the latitude and longitude coordinates of the mouse cursor in 2D as well as 3D. - The
LocationBarViewModel
no longer displays a misleading elevation of 0m when in "3D Smooth" mode. - Applied markdown to properties shown in the Feature Info Panel.
- HTML and Markdown text in catalog item metadata, feature information, etc. is now formatted in a more typical way. For example, text inside
<h1>
now looks like a heading. Previously, most HTML styling was stripped out. - The
name
of a feature from a CSV file is now taken from aname
ortitle
column, if it exists. Previously the name was always "Site Data". - Most catalog items now automatically expose a
dataUrl
that is the same as theirurl
. - Fixed a bug that caused time-dynamic WMS layers with just one time to not be displayed.
- Underscores are now replaced with spaces in the feature info panel for
GeoJsonCatalogItem
. - Added Proj4 projections to the location bar. Clicking on the bar switches between lats/longs and projected coordinates. To enable this, set
useProjection
totrue
- Fixed a bug that caused an exception when running inside an
<iframe>
and the user's browser blocked 3rd-party cookies. - Fixed a bug that caused
WebMapServiceCatalogItem
to incorrectly populate the catalog item's metadata with data from GetCapabilities when another layer had aTitle
with the same value as the expected layer'sName
. - Avoid mixed content warnings when using the CartoDB basemaps.
- Handle WMS time interval specifications (time/time and time/time/periodicity)
- Allow a single layer of an ArcGIS MapServer to be added through the "Add Data" interface.
- Updated to Cesium 1.15. Significant changes relevant to TerriaJS users include:
- Make KML invalid coordinate processing match Google Earth behavior. #3124
- Fixed issues causing the terrain and sky to disappear when the camera is near the surface. #2415 and #2271
- Fixed issues causing the terrain and sky to disappear when the camera is near the surface. #2415 and #2271
- Provided a workaround for Safari 9 where WebGL constants can't be accessed through
WebGLRenderingContext
. Now constants are hard-coded inWebGLConstants
. #2989 - Added a workaround for Chrome 45, where the first character in a label with a small font size would not appear. #3011
- Fixed an issue with drill picking at low frame rates that would cause a crash. #3010
- Updated to TerriaJS 1.0.44. Significant changes relevant to NationalMap users include:
- Fixed a bug that could cause timeseries animation to "jump" when resuming play after it was paused.
- When catalog items are enabled, the checkbox now animates to indicate that loading is in progress.
- Add
mode=preview
option in the hash portion of the URL. When present, it is assumed that TerriaJS is being used as a previewer and the "small screen warning" will not be shown. - Added the
attribution
property to catalog items. The attribution is displayed on the map when the catalog item is enabled. - Fixed a bug that prevented
AbsIttCatalogGroup
from successfully loading its list of catalog items. - Allow missing URLs on embedded data (eg. embedded czml data)
- Fixed a bug loading URLs for ArcGIS services names that start with a number.
- Updated to Cesium 1.13. Significant changes relevant to NationalMap users include:
- Improved proxy cache expiration. Previously, catalog item tiles could be cached by end-user browsers much longer than intended.
- Updated to TerriaJS 1.0.43. Significant changes relevant to NationalMap users include:
- Fixed a bug that prevented the opened/closed state of groups from being preserved when sharing.
- Removed "beta" tag
- Added new screenshots and YouTube videos.
- Updated to TerriaJS 1.0.42. Relevant changes include:
- Fixed a bug sharing CSV items.
- Retired the NICTA-hosted geotopo250k data sets, replacing them with the Geoscience Australia Topography data sets.
- Removed the Topography group under Data Providers.
- Added URL shortening in the share popup, and support launch with shortened URLs.
- Added support for proxying POST requests to the proxy service.
- Populated ACT Government group by querying the ACT Socrata server.
- Added City of Melbourne and Sunshine Coast Council (QLD) to the Data Providers group.
- Added selection of region type (e.g. SA2) for ABS datasets to the Now Viewing tab.
- Updated to TerriaJS 1.0.41. Significant changes relevant to NationalMap users include:
CsvCatalogItem
can now have no display variable selected, in which case all points are the same color.- Added
CswCatalogGroup
for populating a catalog by querying an OGC CSW service. - Fixed a bug that prevented WMTS layers with a single
TileMatrixSetLink
from working correctly. - Added support for WMTS layers that can only provide tiles in JPEG format.
- Fixed testing and caching of ArcGIS layers from tools and added More information option for imagery layers.
- Made polygons drastically faster in 2D.
- Added Google Analytics reporting of the application URL. This is useful for tracking use of share URLs.
- Added the ability to specify a specific dynamic layer of an ArcGIS Server using just a URL.
- Fixed a race condition in
AbsIttCatalogItem
that could cause the legend and map to show different state than the Now Viewing UI suggested. - Fixed a bug where an ABS concept with a comma in its name (e.g. "South Eastern Europe,nfd(c)" in Country of Birth) would cause values for concept that follow to be misappropriated to the wrong concepts.
ArcGisMapServerCatalogItem
now shows "NoData" tiles by default even after showing the popup message saying that max zoom is exceeded. This can be disabled by setting itsshowTilesAfterMessage
property to false.
- Default to 2D on common mobile devices in order to make the app more performant, especially on older mobile devices.
- Significantly improved the experience on devices with small screens, such as phones.
- Start with the Data Catalogue panel hidden on devices with small screens.
- Switched the "Commonwealth Electoral Divisions" dataset to use the official boundaries from the Australia Electoral Commission. Previously it used the Australian Bureau of Statistics versions.
- Additional ABS region support. Now supported internally: AUS,STE,CED,SED,POA,LGA,SA4,SA1,SA2,SA1. Datasets exposing all of these are not yet available.
- The South Australian Government group is now populated by querying the SA CKAN server for GeoJSON and csv-geo-au resources.
- Use
mybroadband:
layers instead ofpublic:
layers for Broadband datsets. - Access the Mobile Black Spot Programme datasets via WMS instead of CSV.
- Improved the look and feel of the Help and About pages.
- The elevation value displayed in the lower right corner is now a height above mean sea level (above the EGM96 geoid specifically) instead of a height above the WGS84 ellipsoid.
- Added two new base map options, both from CartoDB: Positron and Dark Matter.
- Updated to TerriaJS 1.0.36. Significant changes relevant to NationalMap users include:
- Fixed a bug that caused the 3D view to use significant CPU time even when idle.
- Fixed a bug that caused the popup message to appear twice when a dataset failed to load.
- Calculate extent of TopoJSON files so that the viewer correctly pans+zooms when a TopoJSON file is loaded.
- Added ability to filter catalog search results by type:
is:wms
,is:esri-mapserver
,is:geojson
and so on. - Added layer information to the Info popup for WMS datasets.
- Polygons from GeoJSON datasets are now filled.
- Left-aligned feature info table column and added some space between columns.
- Added support for styling GeoJSON files, either in catalog (add .style{} object) or embedded directly in the file following the SimpleStyle spec.
- Fixed a bug that prevented catalog items inside groups on the Search tab from being enabled.
- Added support for discovering GeoJSON datasets from CKAN.
- Added support for zipped GeoJSON files.
- Made
KmlCatalogItem
use the proxy when required. - Made
FeatureInfoPanelViewModel
use the white panel background in more cases. - Fixed a bug that caused only the portion of a CKAN group name before the first comma to be used.
- Added the
legendUrls
property to allow a catalog item to optionally have multiple legend images. - Added a popup message when zooming in to the "No Data" scales of an
ArcGisMapServerCatalogItem
. - Added a title text when hovering over the label of an enabled catalog item. The title text informs the user that clicking will zoom to the item.
CatalogItem.zoomTo
can now zoom to much smaller bounding box rectangles.- Upgraded to Cesium 1.11.
- Changed the support email address from
[email protected]
to[email protected]
. - Renamed "Gravity Image" to "Gravity Anomaly" and updated it to load from the new server (the old one is deprecated).
- Renamed "Magnetic Image" to "Magnetic Intensity" and updated it to load from the new server (the old one is deprecated).
- Updated the layer name used to access "SRTM 1 sec DEM Image". The old one worked but was not advertised in the WMS server's GetCapabilities, which limited the quality of the metadata.
- The Data.gov.au group now includes CKAN resources with the
csv-geo-au
format. - Improved the metadata, including descriptions and licence information, for many of the data sets in National Data Sets.
- Updated to TerriaJS 1.0.32. Significant changes relevant to NationalMap users include:
- Numerous changes to improve the quality of the catalogue item info page.
- Added support for
csv-geo-*
(e.g. csv-geo-au) toCkanCatalogGroup
. CkanCatalogGroup
now fills thedataUrl
property of created items by pointing to the dataset's page on CKAN.- The catalog item information panel now displays
info
sections in a consistent order. The order can be overridden by settingCatalogItemInfoViewModel.infoSectionOrder
. - An empty
description
orinfo
section is no longer shown on the catalog item information panel. This can be used to remove sections that would otherwise be populated from dataset metadata.
- Updated the favicon.
- Switched the new Medicare Offices dataset to load directly from data.gov.au.
- Added "Medicare Offices" dataset under Social and Economic.
- Fixed the URL of the Roboto Mono font so that it downloads correctly even over
https
. - Improved the styling of the About page.
- Fixed an incorrect link to the About page from the disclaimer at the bottom of the map.
- The nm.json file is now created at build time from a number of initialization files in the
datasources
directory. The individual files are easier to manage and edit than a single large file. - Updated to TerriaJS 1.0.27. Significant changes relevant to NationalMap users include:
- Fixed incorrect date formatting in the timeline and animation controls on Internet Explorer 9.
- Added support for CSV files with longitude and latitude columns but no numeric value column. Such datasets are visualized as points with a default color and do not have a legend.
- The Feature Information popup is now automatically closed when the user changes the
AbsIttCatalogItem
filter. WebMapServiceCatalogItem
now determines its rectangle from the GetCapabilities metadata even when configured to use multiple WMS layers.AbsIttCatalogItem
styles can now be set using thetableStyle
property, much likeCsvCatalogItem
.- Improved
AbsIttCatalogItem
's tolerance of errors from the server. - Fixed a bug that caused the brand bar to slide away with the explorer panel on Internet Explorer 9.
- Updated to TerriaJS 1.0.23. Significant changes relevant to NationalMap users include:
- Fixed a bug that prevented features from being pickable from ABS datasets on the 2D map.
- Fixed a bug that caused the Explorer Panel tabs to be missing or misaligned in Firefox.
- Changed to use JPEG instead of PNG format for the Natural Earth II basemap. This makes the tile download substantially smaller.
- Added a new Australian Bureau of Statistics group to the catalogue.
- Added all Australian states to the Data Catalogue.
- Replaced the Cesium animation and timeline controller with the new TerriaJS animation and timeline controller.
- National Map now shows its version number when hovering the mouse over the logo on the top left corner.
- Added a longer disclaimer to printed versions of the map.
- Added a Related Maps button and panel. It currently contains links to AREMI and to the Northern Australia map.
- Added a small popup to call attention to the Now Viewing tab the first time a catalog item is enabled.
- Updated to TerriaJS 1.0.21. Significant changes relevant to NationalMap users include:
- Replaced the timeline / animation controller used with time-dynamic datasets. The new one has a cleaner and simpler interface.
- Added the ability to add an entire ArcGIS Server to the catalogue using the Add Data panel.
- Improved the capabilities of the hidden Tools panel, accessed by appending
#tools=1
to the URL and clicking the Tools button. - Fixed a bug that caused the 2D / 3D buttons the Maps menu to get out of sync with the actual state of the map after switching automatically to 2D due to a performance problem.
- Added support for connecting to Web Map Tile Service (WMTS) servers.
- To hide the Explorer Panel at startup, the url can contain the parameter
hideEplorerPanel=1
. - Upgraded to TerriaJS 1.0.15. Significant changes relevant to National Map users include:
- Esri ArcGIS MapServers can now be added via the "Add Data" panel.
- We now support discovery of ArcGIS MapServer "Raster Layers" in addition to "Feature Layers".
- Sharing now preserves the base map and view mode (2D/3D) selection.
- Improved error handling in
CzmlCatalogItem
,GeoJsonCatalogItem
, andKmlCatalogItem
. - We now raise an error and hide the dataset when asked to show a layer in Leaflet and that layer does not use the Web Mercator (EPSG:3857) projection. Previously, the dataset would silently fail to display.
- Fixed a bug that caused Internet Explorer 8 users to see a blank page instead of a message saying their browser is incompatible.
- Dataset changes:
- Added New South Wales Government
- Added National Data Sets -> Surface Water -> Water Observations from Space
- Added National Data Sets -> Social and Economic -> Housing Stress
- Data Providers -> Water (Bureau of Meteorology Geofabric) now has sensible groups instead of a flat list.
- National Map is now built on TerriaJS. See the changelog for the complete list of changes since TerriaJS split off from National Map. Significant changes relevant to National Map users include:
- The Search tab now searches the names of all datasets in the catalogue, including those in delay-loaded groups.
- The 2D view once again correctly shows imagery attribution.
- The catalog item info page now renders a much more complete set of Markdown and HTML elements.
- Added support for region mapping based on region names instead of region numbers (example in
wwwroot/test/countries.csv
). - Added support for time-dynamic region mapping (example in
wwwroot/test/droughts.csv
). - Added the ability to region-map countries (example in
wwwroot/test/countries.csv
). - Esri ArcGIS MapServer datasets now show much more information when the user clicks the Info button.
- Improved the appearance of the legends generating with region mapping.
- 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 using these properties from disappearing when zoomed in to close to the surface.
- Fixed a bug that could cause the "Drop a data file anywhere" message to get stuck on when dragging a file over the application while a modal dialog was open.
- Elminated distracting "jumping" of the selection indicator when picking point features while zoomed in very close to the surface.
- The 3D viewer now shows Bing Maps imagery unmodified, matching the 2D viewer. Previously, it applied a gamma correction.
- Polygons loaded from KML files are now placed on the terrain surface.
- We no longer automatically fly to the first location when pressing Enter in the Search input box, because this was surprising and often didn't work well.
- Checkboxes in the Data Catalogue and Search tabs now have a larger clickable area, which is especially helpful on touch screens.
- The Feature Information functionality now works with servers that can only return HTML, and displays it appropriately. This is especially useful for Google Maps Engine (GME) WMS servers.
- The Bing Maps API key can now be specified in config.json.
- Upgraded to Cesium 1.8. See the changelog for details.
- Added support for time-dynamic WMS layers by specifying the
intervals
property. If not specified explicitly, times are also automatically deduced fromGetCapabilities
. - Improved the consistency and functionality of the feature information popup.
- Improved the selection indicator when selecting features by clicking them on the map.
- Made numerous improvements to the server performance check tool, accessed by appending
#tools=1
to the URL and clicking the Tools button. - Added
preserveOrder
property to catalogue groups. When set, the group's items will not be sorted by name. - Added
titleField
property to WMS catalogue items to specify whether the WMS layer's title (default), name, or abstract is displayed in the catalogue. - Clicking the clear (x) button on the search panel now returns focus to the search box.
- The Maps panel no longer prevents attempts to interact with the map.
- Very long labels in the Data Catalogue and Now Viewing tabs are now handled more gracefully.
- The input box on the Search tab no longer scrolls along with the search results.
- Added
ignoreUnknownTileErrors
property toWebMapServiceCatalogItem
to facilitate working with badly-behaved WMS servers. - Added
itemProperties
property toWebMapServiceCatalogGroup
to specify additional properties to apply to the catalog items created by queryingGetCapabilities
. - Fixed a bug that prevented WFS datasets from working in Internet Explorer 10 and Safari.
- Greatly enhanced support for ArcGIS servers. ArcGIS map servers can now be queried for their list of layers to populate the Data Catalogue, and they can provide metadata information when clicking a feature on the map.
- Added features to the Tools panel (accessible by visiting http://nationalmap.nicta.com.au/#tools=1) to test datasets.
- Added the "Broadband ADSL Availability" and "Broadband ADSL Availability no Borders" datasets to the catalogue under Communications. Also fixed a typo in the name of "Broadband Availability no Borders".
- Improved styling of feature information popup in 2D viewer.
- Fixed a bug that prevented KMZ files from loading.
- Pressing Reset View now zooms back to see all of Australia even when the application is launched with a share link with another view.
- Fixed a bug that caused the view to be tilted slightly away from North after clicking the Reset View button.
- Made the 2D and 3D viewers use the exact same tile URLs, to improve caching.
- Many styling improvements / refinements.
- Fixed a bug that could cause very high memory usage when accessing a WMS server with very long strings in its metadata.
- Made National Map work even when it is not hosted at the root of the web server.
- Add a prototype of loading KML files from data.gov.au, accessible at http://nationalmap.nicta.com.au/#dgakml.
- Improve the accuracy of picking features from WMS layers in the 3D view.
- Support picking of vector features (from GeoJSON, KML, CZML, etc.) in the 2D view even when a raster dataset (WMS, etc.) is also visible.
- Fix a bug that prevented most of the base maps from working in the 2D view.
- Fix a bug that sometimes caused high CPU usage in the 3D view.
- Dataset descriptions may now include embedded images using Markdown syntax.
- Ensure the 3D globe repaints when finished loading datasets from some sources, such GeoJSON, CZML, and WFS.
- Add support for displaying feature information from WFS and WMS servers that support GML but not GeoJSON.
- Fix a bug preventing vector polygons from GeoJSON, CZML, etc. from appearing in the 2D view.
- Fix a bug that prevented time-varying polylines from updating in the 2D view after they were initially displayed.
- Promote data.gov.au to a top-level group and organize its datasets by Organization.
- Add the new GA topographic basemap as an option to the Maps panel.
- Add Tasmanian Government as a top-level group.
- Add a Tools panel, accessible from the menu bar when visiting http://nationalmap.nicta.com.au/#tools=1. These tools aren't intended for use by end users.
- Fix the Population Estimates dataset. We were pointing to a server that had been retired.
- Hide the following datasets in the "Water (Bureau of Meteorology Geofabric)" group due to poor performance: Groundwater Cartography 2.1, Surface Cartography, Surface Network 2.1.
- Add Mobile Black Spot dataset.
- Fix a bug where Cesium would sometimes not update when zooming in using two-finger scrolling on a touchpad.
- Fix a bug where Cesium would sometimes not update when using animation/timeline controls.
- Fix a hang when shift-drag zooming and releasing shift before releasing the mouse button.
- Fix a bug that prevented CSVs from being added to the map by URL. Drag/drop and file selection worked fine.
- Make a region-mapped CSVs file a reorderable layer in the Now Viewing panel.
- Fix a bug that caused region-mapped layers to disappear when switching from 3D to 2D.
- Improve performance of the Broadband layers by leveraging the GeoWebCache and avoiding requests for non-cacheable tiles outside the region covered by the data.
- Remove the drop shadow around the compass to match the flat appearance of the rest of the UI.
- Make logos in the top-left ("brand bar") clickable.
- Re-add placeholder text ("Search address, landmark, or data set") to the Search tab input box.
- Make previously invalid URLs like http://nationalmap.nicta.com.au/#vic/ work
- Improve performance (especially in Safari) by only updating the distance / scale legend once every 250ms rather than continuously.
- Automatically switch to 2D, without losing any data, in the event of an unexpected error during 3D rendering.
- If not specified in the catalogue file, the spatial extent of a WMS layer is now automatically determined from the server's GetCapabilities.
- Update to Cesium 1.6 (changelog: https://github.com/AnalyticalGraphicsInc/cesium/blob/1.6/CHANGES.md )
- Access data.gov.au and ga.gov.au via the caching proxy for better performance.
- Improve the computation of the visible extent in 3D view, making the view stay more consistent when switching between 2D and 3D view.
- Improve the accuracy of the shared 3D view by adding precise camera parameters to the URL.
- Improve the performance of rendering point features, especially in 2D.