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.
You Can Not just change the 3D to true and expect that to work. Sorry it will not work that way.
Will it work with a 3D globe at all? Have you used a Web Scene with WAB before? Thanks
I have no idea about 2.1 but 2.6 yes web scene works fine.