Hello.
Im trying to swap 2d - 3d
ArcGIS API for JavaScript Sandbox
im getting error message on createView Line
error message is "mapView is undefined" and init.js is giving this error message
// create 2D view and and set active
appConfig.mapView = createView(initialViewParams, "2d");
appConfig.activeView = appConfig.mapView;
Why im getting this error message?
Thanks inadvance.
ok this was my fault changed
mapView -->> MapView (case sensitive) solved my problem