Skip to content

Commit b59e484

Browse files
authored
update SDK support documentation for hillshade and color relief (#1151)
1 parent 4370302 commit b59e484

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/reference/v8.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
"ios": "4.0.0"
792792
},
793793
"additional methods": {
794-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
794+
"js": "5.5.0",
795795
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
796796
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
797797
}
@@ -801,7 +801,7 @@
801801
"doc": "Client-side elevation coloring based on DEM data. The implementation supports Mapbox Terrain RGB, Mapzen Terrarium tiles and custom encodings.",
802802
"sdk-support": {
803803
"basic functionality": {
804-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5666",
804+
"js": "5.6.0",
805805
"android": "https://github.com/maplibre/maplibre-native/issues/3408",
806806
"ios": "https://github.com/maplibre/maplibre-native/issues/3408"
807807
}
@@ -4232,7 +4232,7 @@
42324232
"group": "Color Relief",
42334233
"sdk-support": {
42344234
"basic functionality": {
4235-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5666",
4235+
"js": "5.6.0",
42364236
"android": "https://github.com/maplibre/maplibre-native/issues/3408",
42374237
"ios": "https://github.com/maplibre/maplibre-native/issues/3408"
42384238
}
@@ -7489,7 +7489,7 @@
74897489
"ios": "4.0.0"
74907490
},
74917491
"multidirectional": {
7492-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
7492+
"js": "5.5.0",
74937493
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
74947494
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
74957495
}
@@ -7511,12 +7511,12 @@
75117511
"transition": false,
75127512
"sdk-support": {
75137513
"basic functionality": {
7514-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
7514+
"js": "5.5.0",
75157515
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
75167516
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
75177517
},
75187518
"multidirectional": {
7519-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
7519+
"js": "5.5.0",
75207520
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
75217521
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
75227522
}
@@ -7590,7 +7590,7 @@
75907590
"ios": "4.0.0"
75917591
},
75927592
"multidirectional": {
7593-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
7593+
"js": "5.5.0",
75947594
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
75957595
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
75967596
}
@@ -7615,7 +7615,7 @@
76157615
"ios": "4.0.0"
76167616
},
76177617
"multidirectional": {
7618-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
7618+
"js": "5.5.0",
76197619
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
76207620
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
76217621
}
@@ -7671,7 +7671,7 @@
76717671
"doc": "The hillshade algorithm to use, one of `standard`, `basic`, `combined`, `igor`, or `multidirectional`. ![image](assets/hillshade_methods.png)",
76727672
"sdk-support": {
76737673
"basic functionality": {
7674-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5665",
7674+
"js": "5.5.0",
76757675
"android": "https://github.com/maplibre/maplibre-native/issues/3396",
76767676
"ios": "https://github.com/maplibre/maplibre-native/issues/3396"
76777677
}
@@ -7695,7 +7695,7 @@
76957695
"transition": true,
76967696
"sdk-support": {
76977697
"basic functionality": {
7698-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5666",
7698+
"js": "5.6.0",
76997699
"android": "https://github.com/maplibre/maplibre-native/issues/3408",
77007700
"ios": "https://github.com/maplibre/maplibre-native/issues/3408"
77017701
}
@@ -7721,7 +7721,7 @@
77217721
"transition": false,
77227722
"sdk-support": {
77237723
"basic functionality": {
7724-
"js": "https://github.com/maplibre/maplibre-gl-js/issues/5666",
7724+
"js": "5.6.0",
77257725
"android": "https://github.com/maplibre/maplibre-native/issues/3408",
77267726
"ios": "https://github.com/maplibre/maplibre-native/issues/3408"
77277727
},

0 commit comments

Comments
 (0)