Okay, a simple need.
I want to carry a single number in a PointShape (actually each point in a MultiPointShape) such that I can use that number in a posting through a custom style.
Upon searching the forums I have found that the Tag and Z value are lost by the time I get access to them in the DrawCore function (various reasons, but I understand).
I also have seen that I need to use individual PointShapes with attached columns to carry label / posting information through, but I have a collection of points that relate to a single feature, and would like to use the MultiPointShape as it keeps my implementation much less complicated.
So, my question, “Will there be support for Z or Tag coming in a future release for the PointShape / MultiPointShape, if so when?”