VTC Styler
This custom tool reads all layers of a Vector Tile Service used in the WebOffice 10.9 R4 project and lists them in an additional window. Afterwards the symbology (color) of each layer can be changed individually, whereby the result is visible in the map immediately.
The custom tool VTC Styler only represents a development example how the functions of the ArcGIS Vector Style Editor can be integrated into own tools and used in WebOffice. For more information, visit VectorTile Layer from JSON. |
This tool can be configured both as Static Custom Tool as well as External GUI Module.
VTC Styler as Static Custom Tool
1. Open WebOffice author standalone
2. Under Tools, configure the Web-Integration - custom tool element. Then configure the appropriate URL of external page and a corresponding tool tip.
URL of external page: pub/custom_tools/vectorTileStyler.htm
3. Configure a Static Custom Tool with the sub-element Application with static Hyperlink.
Web-Integration - custom tool
Furthermore, you can also define whether the custom tool should be integrated as iFrame or PopUp window in the WebOffice 10.9 R4 project. After completing these configuration steps the WebOffice 10.9 R4 project configuration can be saved and published. Use the WebOffice core client and WebOffice flex client for changing the symbology of the layers of a Vector Tile Service dynamically:
VTC Styler im WebOffice core Client
VTC Styler as External GUI Module
1. Open WebOffice author standalone
2. Configure the External GUI Module element under Project configuration. Then, the Module URL and a corresponding Application name can be configured.
Module URL: pub/custom_tools/vectorTileStyler.htm
External GUI Module
Furthermore, you can also define whether the external GUI module should be integrated as iFrame or PopUp window in the WebOffice 10.9 R4 project. After completing these configuration steps the WebOffice 10.9 R4 project configuration can be saved and published. Use the WebOffice core client and WebOffice flex client for changing the symbology of the layers of a Vector Tile Service dynamically.
Since Vector Tile Services are only supported in WebOffice 10.9 R4 clients that are based on the current version of ArcGIS API for JavaScript (WebOffice core and WebOffice flex), this custom tool is only fully available in these clients. |