Global Mapper v25.0

script question - how to modify GM <Feature Type> field

gpsmpr
gpsmpr Global Mapper UserTrusted User
edited June 2013 in Technical Support
Here is one line of script:
EDIT_VECTOR COMPARE_STR="MY_TYPE=City" ATTR_VAL="<Feature Type>=Urban"

Instead of writing 'Urban' to the standard GM field <Feature Type> the script runs and writes to a new field called <FEATURE TYPE>

How can I get it to write to the default <Feature Type> field so it recognizes my Custom Area Styles that I've already set up?

Comments