4.2.4      Click functions

The pulldown menu “Click functions” allows you to select the action which is carried out when clicking on an object in the browser.

The following options are available:

·         Database link:
Here you can create links to your database on your web server. The standard setting for the corresponding entry box “Interactive link” is:
http://www.server.com/path/to/script?parameter=<<FIELD>> In order to create a link to your own database, replace http://www.server.com/path/to/script with a valid URL to your file from which you want to create a connection to your database. Add an arbitrary variable name instead of ?parameter. FIELD has to be replaced with a field in your attribute table (e.g. showattributes.php?feature_id=<<FID>>).
FID is a field name of your attribute table.
The link to a database has the advantage that the displayed information is always up-to-date. For instance, you can supply the user with current measuring results of a meteorological station every day by modifying only the database.