Skip to content

Commit

Permalink
Release v0.2.2.
Browse files Browse the repository at this point in the history
- Upgrades terriajs to v8.7.9
- Removes basemap-positron and basemap-darkmatter
- Adds I3sCatalogItem
- Adds CogCatalogItem
  • Loading branch information
na9da committed Nov 22, 2024
1 parent 2ead02f commit 2e9a1d5
Show file tree
Hide file tree
Showing 3 changed files with 1,571 additions and 2,151 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

### `0.2.2`

**2024-11-22**

- Updated TerriaJS to `8.7.9`.
- **Breaking changes:**
- 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).
- Added [I3SCatalogItem](https://docs.terria.io/guide/connecting-to-data/catalog-type-details/i3s/)
- Added [CogCatalogItem](https://docs.terria.io/guide/connecting-to-data/catalog-type-details/cog/)

### `0.2.1`

**2024-08-07**
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]
},
"name": "terriajs-map",
"version": "0.2.1",
"version": "0.2.2",
"description": "Geospatial catalog explorer based on TerriaJS.",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -46,6 +46,7 @@
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-loader": "^8.2.3",
Expand Down Expand Up @@ -75,13 +76,13 @@
"react-dom": "^16.14.0",
"redbox-react": "^1.3.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.66.1",
"sass": "<1.80",
"sass-loader": "^10",
"semver": "^5.0.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^6.0.11",
"terriajs": "8.7.5",
"terriajs-cesium": "8.0.0",
"terriajs": "8.7.9",
"terriajs-cesium": "8.0.1",
"terriajs-plugin-api": "0.0.1-alpha.16",
"terriajs-plugin-sample": "0.0.1-alpha.7",
"ts-loader": "^5.3.3",
Expand Down
Loading

0 comments on commit 2e9a1d5

Please sign in to comment.