Skip to content

Commit 871153f

Browse files
author
Les Moffat
committed
Merge branch 'main' into RD-578_space-box
2 parents de04cc6 + 508ce22 commit 871153f

File tree

4 files changed

+30
-10
lines changed

4 files changed

+30
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# MapTiler SDK Changelog
22

3-
## 3.1.0
4-
### New features
3+
## 3.2.0
4+
## ✨ Features and improvements
55
- Now able to include cubemap background images and Earth radial gradient halo via `space` and `halo` in map constructor _or_ via `setSpace` or `setHalo` methods _or_ via incoming MT style spec.
66

77
## 🐛 Bug fixes
88
None
99

10+
## 🔧 Others
11+
None
12+
13+
## 3.1.0
14+
## ✨ Features and improvements
15+
Updates MapTiler Client JS version to include new MapStyles
16+
17+
## 🐛 Bug fixes
18+
None
19+
20+
## 🔧 Others
21+
None
1022

1123
## 3.0.3
1224
## ✨ Features and improvements

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@ Here is the full list:
230230
- `MapStyle.TONER.BACKGROUND` (variant)
231231
- `MapStyle.TONER.LITE` (variant)
232232
- `MapStyle.TONER.LINES` (variant)
233+
- `MapStyle.OCEAN` reference style with bathymetric highlights, does not have any variants.
234+
- `MapStyle.LANDSCAPE` reference style terrain map for data overlays and visualisations
235+
- `MapStyle.LANDSCAPE.DARK` (variant)
236+
- `MapStyle.LANDSCAPE.VIVID` (variant)
237+
- `MapStyle.AQUARELLE` reference style watercolor map for creative use
238+
- `MapStyle.AQUARELLE.DARK` (variant)
239+
- `MapStyle.AQUARELLE.VIVID` (variant)
233240
- `MapStyle.OPENSTREETMAP` (reference style, this one does not have any variants)
234241

235242

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "3.1.0-rc8",
3+
"version": "3.2.0-rc1",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"author": "MapTiler",
66
"module": "dist/maptiler-sdk.mjs",
@@ -84,7 +84,7 @@
8484
},
8585
"dependencies": {
8686
"@maplibre/maplibre-gl-style-spec": "^23.0.0",
87-
"@maptiler/client": "^2.2.0",
87+
"@maptiler/client": "^2.3.0",
8888
"events": "^3.3.0",
8989
"gl-matrix": "^3.4.3",
9090
"js-base64": "^3.7.7",

0 commit comments

Comments
 (0)