Web AppBuilder 3D Web Scene (Globe)

667
3
12-14-2017 08:40 AM
CenterlineMapping
New Contributor III

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. 

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

You Can Not just change the 3D to true and expect that to work. Sorry it will not work that way.

0 Kudos
CenterlineMapping
New Contributor III

Will it work with a 3D globe at all?  Have you used a Web Scene with WAB before?  Thanks

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

I have no idea about 2.1 but 2.6 yes web scene works fine.

0 Kudos