I’m slowly getting to a usable label. It’s a simple label reading the GLOB_ID and I can point the arrowhead in any direction with the editable hotspot. However when I place the label it offsets 500×707 mm from where I inserted it…I can’t figure out where this comes from!?
you may need to do this
“If label_custom_arrow Then
add2 (label_position [2][1]+label_position [3][1]), (label_position [2][2]+label_position [3][2])
Else
add2 0,0
EndIf”
but without seeing your script its a bit difficult to tell
Hope this helps