Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change Log

#### next release (0.2.3)
#### 0.2.3

- Upgraded gulp to version 5
- 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.
**2024-11-29**

- Updated TerriaJS to `8.7.10`
- Added OpenStreetMap as a default map
- Upgraded gulp to version 5
- 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.
- Bunch of other packages upgraded, [see CHANGES](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8710---2024-11-29).

### `0.2.2`

Expand Down
7 changes: 4 additions & 3 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.2",
"version": "0.2.3",
"description": "Geospatial catalog explorer based on TerriaJS.",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -56,6 +56,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.6.0",
"fetch-mock": "^11.1.5",
"file-loader": "^3.0.1",
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^6.0.0",
Expand All @@ -69,7 +70,7 @@
"node-notifier": "^10.0.1",
"plugin-error": "^1.0.1",
"prettier": "2.7.1",
"pretty-quick": "^1.10.0",
"pretty-quick": "^4.0.0",
"prop-types": "^15.6.0",
"raw-loader": "^1.0.0",
"react": "^16.14.0",
Expand All @@ -81,7 +82,7 @@
"semver": "^5.0.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^6.0.11",
"terriajs": "8.7.9",
"terriajs": "8.7.10",
"terriajs-cesium": "8.0.1",
"terriajs-plugin-api": "0.0.1-alpha.16",
"terriajs-plugin-sample": "0.0.1-alpha.7",
Expand Down
4 changes: 2 additions & 2 deletions wwwroot/init/simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
],
"viewerMode": "3dSmooth",
"baseMaps": {
"defaultBaseMapId": "basemap-positron",
"previewBaseMapId": "basemap-positron"
"defaultBaseMapId": "basemap-openstreetmap",
"previewBaseMapId": "basemap-natural-earth-II"
}
}
Loading