FusionMaps Library |
| FusionMaps Library is a collection of pre-defined Scripts which execute some important tasks users often need to perform. |
| How to use FusionMaps Library? |
| FusionMaps Library.fp7 resides in the Apps > Maps folder in FusionMap Pro for FileMaker Download Pack. You can use FusionMaps Library as a File Reference with your FileMaker solution. Go to File >> Define >> File References and add the file. |
| List of Scripts available in FusionMaps Library File and brief descriptions of each |
| InitializeFusionMaps |
| This script is used to set the basic path configuration for the FusionMaps Pro for FileMaker engine. |
|
| GetFusionMapsFilePath |
| This script Returns the current path of FusionMaps for FileMaker Engine ( Map folder inside the folder where the database is residing). Users can use this script in their own database file to access the path. |
| AppendMapParameterToURL |
Appends the QueryString starting with ?, followed by the parameters to the given address |
Script Parameters :
|
| AppendMapParamsParameterToURL |
| This script accepts following parameters: |
|
The script prepends '&mapParams=' to the mapParamsValue and append the full string to the given Web Address. |
| AppendDataToURL |
| This script accepts following parameters: |
|
| The script prepends the term '&data=' to the dataValue and append the full string to the given Web Address. |
| AppendAnyParameterToURL |
| This script accepts following parameters: |
|
This script appends specified map parameter name and value to the given web address in FMQS format. |
| EscapeAllSpecialCharacters |
| Parameter : text |
|
| EscapePercentAndForwardSlashCharacters |
| Parameter : text |
|
| AppendLdDefParameterToURL |
Appends the custom internal id definition parameter to the given address. Script Parameters WebAddress - The address to which chart parameter needs to be appended |
| AppendColorRangeParameterToURL |
| This script accepts following parameters: |
|
| The script prepends '&colorRange=' to the colorRangeValue and appends the resultant string to the given Web Address. |
| AppendStyleDefParameterToURL |
| This script accepts following parameters: |
|
| The script prepends '&styleDef=' to styleDefValues and append it to the given Web Address in FMQS format. |
| AppendStyleAppParameterToURL |
| This script accepts following parameter: |
|
| The script prepend '&styleApp=' to syleAppValue and append the full string to the given Web Address. |
| AppendMarkerDefParameterToURL |
| This script accepts following parameters: |
|
| The script prepends '&markerDef' to the markerDefValue and append the resultant string to the given Web Address. |
| AppendMarkerAppParameterToURL |
| This script accepts following parameters: |
|
| The script prepends '&markerApp=' to the markerAppValue and append the full string to the given Web Address. |
| AppendMarkerShapesParameterToURL |
| This script accepts following parameters: |
|
| This script prepends '&markerShapes=' to markerShapesValue and appends the full string to the given Web Address. |
| AppendMarkerConnectorsParameterToURL |
| This script accepts following parameters: |
|
| This script prepends '&markerConn=' to markerConnectorValue and appends the concatenated string to the given Web Address. |