This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:advanced:customization:actions [2015/09/07 11:08] – mstupka | manual:advanced:customization:actions [2025/11/19 20:35] (current) – [Event] menion | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Locus Actions ====== | ====== Locus Actions ====== | ||
| - | This mysterious name hides a very simple way of providing an easy method of downloading data from your own web server to Locus Map (and probably other features will come later). The whole concept is based on XML file that you provide to Locus for processing. The XML file describes what to do. | + | This mysterious name hides a very simple way of providing an easy method of downloading data from your own web server to Locus Map (and probably other features will come later). The whole concept is based on an XML file that you provide to Locus Map for processing. The XML file describes what to do. |
| + | |||
| + | Locus Map currently supports only these actions: | ||
| + | * **download** | ||
| + | * **event** | ||
| - | Locus Map currently supports only one action: **download** < | ||
| ===== How to ===== | ===== How to ===== | ||
| - | Whole file you provide to Locus is XML file with this syntax | + | The whole file you provide to Locus is an XML file with this syntax: |
| < | < | ||
| Line 15: | Line 18: | ||
| </ | </ | ||
| - | Where // | + | Where // |
| - | To make Locus correctly handling | + | To make Locus Map handle |
| < | < | ||
| Line 23: | Line 26: | ||
| </ | </ | ||
| - | As you can see, simply | + | As you can see, changing |
| - | - remove | + | |
| - | - change | + | - changes the first part into a new scheme |
| ==== Download ==== | ==== Download ==== | ||
| - | Action | + | An action |
| - | Sample syntax is | + | Sample syntax is: |
| < | < | ||
| Line 49: | Line 52: | ||
| __Where__ | __Where__ | ||
| - | * **download** | + | * **download** |
| - | * **source** | + | * **source** |
| - | * **size** | + | * **size** |
| - | * **date** | + | * **date** |
| - | * **dest** | + | * **dest** - alternate |
| - | * **after** | + | * **after** - special action that is performed after download. Currently supported: |
| - | * **refreshMap** | + | * **refreshMap** |
| - | * **importData** | + | * **importData** |
| - | * **displayData** | + | * **displayData** |
| - | * **extract** | + | * **extract** |
| - | * **deleteSource** | + | * **deleteSource** |
| __TIPS__ | __TIPS__ | ||
| - | * **Download map file (zip archive)** | + | * **Download map file (zip archive)** |
| - | * **Download file ready for import (zip archive)** | + | * **Download file ready for import (zip archive)** |
| + | |||
| + | ==== Event==== | ||
| + | |||
| + | An action that triggers a certain action. | ||
| + | |||
| + | Sample syntax is: | ||
| + | |||
| + | < | ||
| + | <?xml version=" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | __Where__ | ||
| + | * **key** | ||
| + | * __setMapVector__ | ||
| + | * __setMapVectorTheme__ | ||
| + | * **value** - relative path to map or theme | ||