using arcgisbinding::arc.open() with arcgislayers #79
-
Hi @JosiahParry , Unfortunately I don't have a reproducible example but I thought you might have seen this error in testing enough that you might be able to tell me where I'm tripping up. I've published a hosted feature layer in AGOL and when I try to add points to it with {arcgislayers} - which was working yesterday - it's giving me an error message. I basically copied and pasted code that I had working yesterday, so I'm puzzled. I deleted the old feature layers I was working with, so can't compare behaviour or see if my old code is still working. Hoping this is something really obvious I'm missing...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Nova-Scotia it looks like youre mixing the SImilar syntax but different :P |
Beta Was this translation helpful? Give feedback.
@Nova-Scotia it looks like youre mixing the
arcgisbinding::arc.open()
with thearcgislayers::arc_open()
. To use {arcgislayers} functions such asadd_features()
you will need to usearc_open()
here. Let me know if that fixes the issue!SImilar syntax but different :P