Skip to content

Commit 00b5831

Browse files
authored
update spec to show SDK support for high pitch angles. (#860)
1 parent 046016e commit 00b5831

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/reference/v8.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,24 @@
5252
"default": 0,
5353
"units": "degrees",
5454
"doc": "Default pitch, in degrees. Zero is perpendicular to the surface, for a look straight down at the map, while a greater value like 60 looks ahead towards the horizon. The style pitch will be used only if the map has not been positioned by other means (e.g. map options or user interaction).",
55-
"example": 50
55+
"example": 50,
56+
"sdk-support": {
57+
"0-60 degrees": {
58+
"js": "0.8.0",
59+
"android": "1.0.0",
60+
"ios": "1.0.0"
61+
},
62+
"0-85 degrees": {
63+
"js": "2.0.0",
64+
"android": "https://github.com/maplibre/maplibre-native/issues/1909",
65+
"ios": "https://github.com/maplibre/maplibre-native/issues/1909"
66+
},
67+
"0-180 degrees": {
68+
"js": "5.0.0",
69+
"android": "https://github.com/maplibre/maplibre-native/issues/1909",
70+
"ios": "https://github.com/maplibre/maplibre-native/issues/1909"
71+
}
72+
}
5673
},
5774
"roll": {
5875
"type": "number",

0 commit comments

Comments
 (0)