Skip to content

Commit 2e9a1d5

Browse files
committed
Release v0.2.2.
- Upgrades terriajs to v8.7.9 - Removes basemap-positron and basemap-darkmatter - Adds I3sCatalogItem - Adds CogCatalogItem
1 parent 2ead02f commit 2e9a1d5

File tree

3 files changed

+1571
-2151
lines changed

3 files changed

+1571
-2151
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
### `0.2.2`
4+
5+
**2024-11-22**
6+
7+
- Updated TerriaJS to `8.7.9`.
8+
- **Breaking changes:**
9+
- 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](https://carto.com/basemaps). If you have the appropriate license you can add them via your [initialization file](https://docs.terria.io/guide/customizing/initialization-files/#basemaps). [Example configuration](https://gist.github.com/na9da/ef7871afee7cbe3d0a95e5b6351834c9).
10+
- Added [I3SCatalogItem](https://docs.terria.io/guide/connecting-to-data/catalog-type-details/i3s/)
11+
- Added [CogCatalogItem](https://docs.terria.io/guide/connecting-to-data/catalog-type-details/cog/)
12+
313
### `0.2.1`
414

515
**2024-08-07**

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"name": "terriajs-map",
16-
"version": "0.2.1",
16+
"version": "0.2.2",
1717
"description": "Geospatial catalog explorer based on TerriaJS.",
1818
"license": "Apache-2.0",
1919
"engines": {
@@ -46,6 +46,7 @@
4646
"@babel/eslint-parser": "^7.23.3",
4747
"@babel/preset-env": "^7.23.5",
4848
"@babel/preset-react": "^7.23.3",
49+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4950
"@typescript-eslint/eslint-plugin": "^6.12.0",
5051
"@typescript-eslint/parser": "^6.12.0",
5152
"babel-loader": "^8.2.3",
@@ -75,13 +76,13 @@
7576
"react-dom": "^16.14.0",
7677
"redbox-react": "^1.3.6",
7778
"resolve-url-loader": "^5.0.0",
78-
"sass": "^1.66.1",
79+
"sass": "<1.80",
7980
"sass-loader": "^10",
8081
"semver": "^5.0.0",
8182
"style-loader": "^0.23.1",
8283
"svg-sprite-loader": "^6.0.11",
83-
"terriajs": "8.7.5",
84-
"terriajs-cesium": "8.0.0",
84+
"terriajs": "8.7.9",
85+
"terriajs-cesium": "8.0.1",
8586
"terriajs-plugin-api": "0.0.1-alpha.16",
8687
"terriajs-plugin-sample": "0.0.1-alpha.7",
8788
"ts-loader": "^5.3.3",

0 commit comments

Comments
 (0)