Skip to content

Commit 6cacac8

Browse files
authored
Merge pull request #714 from TerriaJS/rel-023
Release terriamap v0.2.3.
2 parents eb7fa4a + ac4594a commit 6cacac8

File tree

4 files changed

+515
-1253
lines changed

4 files changed

+515
-1253
lines changed

CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

3-
#### next release (0.2.3)
3+
#### 0.2.3
44

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

813
### `0.2.2`
914

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"name": "terriajs-map",
16-
"version": "0.2.2",
16+
"version": "0.2.3",
1717
"description": "Geospatial catalog explorer based on TerriaJS.",
1818
"license": "Apache-2.0",
1919
"engines": {
@@ -56,6 +56,7 @@
5656
"eslint-config-prettier": "^9.1.0",
5757
"eslint-plugin-react": "^7.19.0",
5858
"eslint-plugin-react-hooks": "^4.6.0",
59+
"fetch-mock": "^11.1.5",
5960
"file-loader": "^3.0.1",
6061
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
6162
"fork-ts-checker-webpack-plugin": "^6.0.0",
@@ -69,7 +70,7 @@
6970
"node-notifier": "^10.0.1",
7071
"plugin-error": "^1.0.1",
7172
"prettier": "2.7.1",
72-
"pretty-quick": "^1.10.0",
73+
"pretty-quick": "^4.0.0",
7374
"prop-types": "^15.6.0",
7475
"raw-loader": "^1.0.0",
7576
"react": "^16.14.0",
@@ -81,7 +82,7 @@
8182
"semver": "^5.0.0",
8283
"style-loader": "^0.23.1",
8384
"svg-sprite-loader": "^6.0.11",
84-
"terriajs": "8.7.9",
85+
"terriajs": "8.7.10",
8586
"terriajs-cesium": "8.0.1",
8687
"terriajs-plugin-api": "0.0.1-alpha.16",
8788
"terriajs-plugin-sample": "0.0.1-alpha.7",

wwwroot/init/simple.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@
762762
],
763763
"viewerMode": "3dSmooth",
764764
"baseMaps": {
765-
"defaultBaseMapId": "basemap-positron",
766-
"previewBaseMapId": "basemap-positron"
765+
"defaultBaseMapId": "basemap-openstreetmap",
766+
"previewBaseMapId": "basemap-natural-earth-II"
767767
}
768768
}

0 commit comments

Comments
 (0)