Any developers used a Web Scene/3D Globe as the Web Map for Esri's Web AppBuilder version 2.1 and JavaScript API version 3.22? I see the code below in the config file although when I say "3D": true, and point to a web scene itemId, I receive an error.
"map": {
"3D": false,
"2D": true,
"position": {
"left": 0,
"top": 0,
"right": 0,
"bottom": 0
},
"itemId": "7fe8e2665ab145a3ae4c5db0f8f82185",
Looking into this capability without downloading the latest WAB and rewriting the entire application using API 4.5.
Thanks for any feedback and advice.