Vector Tiles Provider Configuration Parameters |
The Vector Provider encapsulates the implementation of vector tiles qublishing functionalities, providing feature support for vector tiles components. Currently, the vector tiles provider only supports local vector tiles providers. The configuration parameters are as follows.
The local vector tiles provider encapsulates vector tiles functionalities from SuperMap workspaces.
Table 1 Local Vector Tiles Provider Configuration Parameters
Parameter Name | Description | ||
Common Info |
Provider Name | [Mandatory Parameter] Unique identifier for the provider. Default name prefix is "ugcMVTProvider-". | |
Basic Setting |
Workspace Type | [Mandatory Parameter] Workspace types include File-based, Database-based (SQL Server, Oracle, DM Workspace, PostGIS Workspace). SQL Server Workspace indicates the workspace is stored in SQL Server database, Oracle Workspace indicates stored in Oracle database, DM Workspace indicates stored in DM database, PostGIS Workspace indicates stored in PostGIS database. | |
Workspace Path | Remote Server File System | Required for File-based workspaces. For Database-based workspaces, refer to Table 2. When the server is remote, select "Remote Browse" to use server files or upload local files to the server first. When the server is local, select "Local Browse". SuperMap workspaces (*.smwu, *.sxwu, *.smw, *.sxw) store GIS data information. | |
Local File System | |||
Workspace Password | Password for the workspace. Can be left blank or input any characters if no password exists. | ||
Advanced Settings |
Enable Multi-thread Mode | Enables multi-thread mode to improve concurrent performance of local vector tiles provider. Enabled by default. | |
Pool Size | When multi-thread mode is enabled, specifies thread pool size. Default is 0 (system allocates pool based on map count in workspace). For 32-bit SuperMap iServer products, maximum is 32; for 64-bit products, maximum is 64. Users can manually set or modify pool size according to server status. |
Note: SuperMap iServer also provides additional optional parameters configurable via configuration files. Refer to Configure Providers via XML Files.
Configuration parameters for database-based SuperMap workspaces are described below:
Table 2 Database-based Workspace Configuration Parameters
Parameter Name | Description |
Server Address | For Oracle databases: TNS service address. For SQL Server databases: System DSN address. For DM databases: IP address of the machine hosting DM database (e.g., 192.168.110.110). For PostgreSQL/PostGIS databases: {ip}:{port} of the database server. |
Database Name | Name of the spatial database. |
Driver | ODBC driver name when using ODBC connection. Only applicable for SQL Server databases. Driver names can be SQL Server or SQL Native Client. |
Workspace Name | Workspace name within the database. |
Username | Database login username. |
Password | Database login password. |