Contents
- Index
Menu.cfg
' Comments
_ Underscore: A context menu item common to all Image Context Menus.
Example: _ Refresh Image
+ Specifies new catagory. All items before next + command are in this catagory. - example: + Maps
Name=URL='url',/IfPointIn='layer(fieldOP'data')',POST='post data'/
Name - A name (cannot contain ' or blank) which describes the menu item.
url - The URL to be called. Can contain menu variables.
IfPointIn= - Optional The current location must match for the menu item to be displayed.
layer - Name of the layer to test
field - Name of the field to test
OP - Operator, such as = < > etc.
data - Data to compare
Example - to test to see if current location is within California
IfPointIn='states(state_name='California')'
POST= - Optional For URL's expecting Post data, the data to be posted.
post data - Data to post. Should be URLEncoded. May contain menu variables.
Example - 'ZIP=##(zip)zip##'