Hi,
I have a few (PM 8.11.7.xx SELECTseries 1 related) questions: 1) xfm metadata - text symbology: It seems to be, that since 8.11.07.xx the text-height and text-width symbology properties expect the master units values. In the 8.11.05.xx it expected the sub-unit values. Should we change our metadata (ie divide values by 1000) .... or is it a mistake on Bentley side? Or are there any settings (like use master units/ use sub units)? 2) xfm metadata - text symbology: now we have to set the new symbolgy value true for automatically applying text scale after editing feature. But for cell features we can use the UCF variable MS_GEOXFM_APPLY_SCALE_ON_EDIT = 1 instead. Why this variable doesn't work for text features too? Or is there any similar UCF variable for text features? thank you
Jan
Hello Jan,
janvagner: 1) xfm metadata - text symbology: It seems to be, that since 8.11.07.xx the text-height and text-width symbology properties expect the master units values. In the 8.11.05.xx it expected the sub-unit values. Should we change our metadata (ie divide values by 1000) .... or is it a mistake on Bentley side? Or are there any settings (like use master units/ use sub units)?
janvagner: 2) xfm metadata - text symbology: now we have to set the new symbolgy value true for automatically applying text scale after editing feature. But for cell features we can use the UCF variable MS_GEOXFM_APPLY_SCALE_ON_EDIT = 1 instead. Why this variable doesn't work for text features too? Or is there any similar UCF variable for text features?
Chris,
thanks for your quick response, this mean that we MUST change our XFM project metadata. I am afraid that our customers use PM 8.11.5 as well as 8.11.7, in that case we will have to maintain two versinos of XFM metadata. That is not very convenient. Any suggestions?
thanks a lot Jan
Jan,
Here are a couple of possiblities:
1) Use text styles to define your text sizes
2) Create a custom criteria function to check software versions. Publish the function with mdlCExpression_publishFunction. You can check fcb->version for the Map version.
Regards,
Chris
In 8.11.7, we have added the "Display Name" item to the property definition. In the feature definition, the text item previously labeled "Label" in Geospatial Administrator is now named "Display Name"(but the underlying Xml attribute name "alias" remained the same.....this same Xml attribute name is used for the new property definition display name). In Map and PM, we are now using these values throughout the user interface.