08-02-2007 10:50 AM
08-02-2007 11:03 AM - edited 08-02-2007 11:03 AM
See the coercion dots? Your xy cluster indicator is in the wrong representation (both values are I32, suitable for pixel coordinates, but inadequate for your scales).
Delete the xy indicator and right-click on the property node xy output and select "create indicator". Now all's well. 🙂
(Or you could just change both indicators inside the cluster to DBL representation)
Message Edited by altenbach on 08-02-2007 09:05 AM
08-02-2007 11:11 AM
08-02-2007 11:16 AM
08-02-2007 11:26 AM
@DonRoth wrote:
... I don't remember why I had ouptus as I32 -...
This can happen if you first create an indicator on the coords for testing and then re-use it after adding the mapping node.
Coercion dots are always worth investigating. 😄