Hey Guys
I'm trying to basically do the same thing as explained here.
But because the issue is pretty old, the package imports are not the same anymore... I need to add IdentifyParameters to my project but I always get the message "IdentifyParameters is not a constructor" (screenshot below).
If I log for example IdentifyTask I get the thing it should be, but if I log IdentifyParameters i just get undefined.
Does anyone have a solution about this?
Solved! Go to Solution.
This is usually caused by a mismatch between the order of the modules in "require" and the arguments in "function".
This is usually caused by a mismatch between the order of the modules in "require" and the arguments in "function".
Hi @KenBuja
You are right, we already found out, that this was the problem.
But still many thanks for your answer!
Kind regards 😉