Map Service Provider Configuration Parameter

Feedback


Map service provider encapsulate the implementation of map functions and provide map function support for map component. According to different map service provider, map service provider are divided into UGC map provider and WMS Map service provider, REST map service provider, aggregation map provider, etc. Each type of service provider has its own configuration parameters.

UGC Map Provider

The UGC map provider encapsulates the mapping functionality from the SuperMap workspace.

Table 1 Configuration Parameters of UGC Map Provider

  Parameter Name Description

Common Info

Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "ugcMapProvider-".

Basic Setting

Workspace Type 【Required】
The workspace type is divided into file type and database type (SQL Server, Oracle, DM workspace). SQL Server workspace indicates that the workspace is stored in a SQL Server database, and Oracle workspace indicates that the workspace is stored in Oracle database, DM workspace indicates that the workspace is saved in the DM database.
Workspace Path Remote server file system When workspace is file type, it must be selected. When workspace is database type, see Table 2 . When the server is not local, select "Remote Browse" to use the files on the server or upload the local files to the server for use; when the server is local, select "Local Browse".
SuperMap's workspace (*.smwu, *.sxwu, *.smw, *.sxw) stores information about GIS data.
Local file system
Workspace Password The password of the workspace used can be left blank or input any character when it does not exist.  
Map DPI

Advanced Setting

Cache Version The version of the dynamic cache. The default is 5.0. The cache version information currently supported by iServer can be found in the SuperMap cache strategy. If you need to be compatible with the simple cache generated by SuperMap iServer 2008, the cache version needs to be set to 3.1.
Preferred PNG Image Type PNG image type is preferred when using PNG cache. Currently, PNG and PNG 8 are supported. If it is null, PNG is used by default. PNG 8 supports background transparency and 256 colors, lossless compression, storage space ratio PNG is smaller. It is suitable for simple images with less image color or large brightness difference and strong contrast. It is only valid for 5.0 cache version at present.
List of published map names List of published map names, separated by commas in English between multiple map names. An empty space indicates the publication of all maps.
Map Default Settings List The user can set the display style of the map highlight target. Highlighting objects means that in order to highlight some objects and their spatial locations, the GIS server will render the objects on the map with a display style different from other similar objects.
When not set, highlighting the target will automatically render according to the default style set by the map.
Enable Multi-thread Mode Enable multi-thread mode. Enabling multi-thread mode can improve the concurrency performance of the UGC map provider. It is enabled by default. If you have tessellated data sets in your workspace map, it is recommended that you turn off multithreaded mode.
Pool Size When the multithreading mode is enabled, the pool size is 0 by default. At this time, the system will divide the object pool equally according to the number of maps in the workspace. For SuperMap iServer, The maximum number of 32-bit products is 32, and the maximum number of 64-bit product object pools is 64.
Users can manually set or change the buffer pool size based on server conditions.
Enable Cache Enable Cache. The use of cache can improve the performance of UGC map provider plotting. It is used by default. The Enable Cache can also be set in the plotting parameter. When the two parameters conflict, the disable priority principle is adopted. For example, if cache is disabled in the service provider configuration and the plotting parameter is set to use cache, the result is that cache is not used.

Note: SuperMap iServer also provides other optional parameters that can be set in the config file, such as useCompactCache, extractCacheToFile, queryExpectCount, refer to Configuring Service Provider from XML File .

The user can modify the default highlight, highlight line and highlight style:

The highlighted point object is rendered using a point symbol style in the UGC default symbol library. In the map settings, you can set the style of the point symbol (through the point style in the symbol library ID), and what is the color of the symbol, the size of the symbol, the angle of rotation of the symbol, and so on.

The highlighted line object is rendered using one of the line symbol styles in the UGC default symbol library. In the map settings, you can set the style of the line object (line style through the symbol library ID), as well as the line weight of the line type, what the line color is, and so on.

A certain face symbol style in the default symbol library of UGC is used to render the highlighted face object. In the map settings, you can set the style of the face object (by filling the style in the symbol library ID), as well as the line color of the fill, the fill color, whether to use transparency, the vertical or offset percentage of the fill center, and so on.

Only one style can be set for each map. The iServer Manager provides a default map setting. For maps that do not have a style set, the default style set for the map is automatically rendered when the target is highlighted.

 

When SuperMap workspace is of database type, the configuration parameters are described as follows:

Table 2 Database Type Workspace Information Configuration Parameter

Parameter Name Description
Server Server name. For an Oracle database, its server name is its TNS service name; for a SQL Server database, its server name is its system DSN (Database System Name); for the DM database, the server name is the IP of the machine where the DM database is located, such as 192.168.110.110.
Database The spatial database name.
Drive Driver name when ODBC link is used. Only SQL Server databases use ODBC links, and their driver name can be SQL Server or SQL Native Client.
Name Name of the workspace in the database.
User name The user name used to log in to the database.
Password The password used to log in to the database.

REST Map Service Provider

The REST map service provider encapsulates the GIS functionality obtained from the remote SuperMap iServer map REST service.

Table 3 REST Map Service Provider Configuration Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "restMapProvider-".
Basic Setting REST Service Root URL 【Required】
Address of the root directory of the remote SuperMap iServer map REST service, such as http://supermapiserver:8090/iserver/services/map-world/rest. 。
Advanced Setting Token or API-key When security mechanisms are enabled, accessing protected REST resources requires providing a Token or API-Key.
Enable Cache Whether to use cache. The default is true. After enabling caching, REST requests for resources will be cached locally, and the next time the same request is received, it will be read directly from the cache without the need to send it to the server again.
Cache Policy Max disk capacity Max disk capacity. The unit is MB, and the default size is 2048 MB.
Survival Time Set the upper limit of cache survival time, and the cache will be cleared automatically after timeout. It is calculated from the creation of the record, and the unit is second. The default is 0, which means that the cache is permanent.
Idle Time Set the upper limit of the idle time of the cache, and the cache will be cleared automatically after timeout. Calculated from the last time it was accessed, in seconds. The default is 0, which means the cache is permanently alive.

 

SuperMap Cloud Map Service Provider

The provider of SuperMap cloud map service encapsulates the GIS functionality obtained from remote SuperMap cloud map online services. The parameters that users need to set and their explanations are shown in the table below.

Table 4 Parameters of Service Provider of SuperMap Cloud Map

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "cloudMapProvider-".
Basic Setting Map Service URL The plotting service address of the remote hypergraph cloud map service. If the user sets the servicesUrl, the service address set by the user will be used. Otherwise, the default cloud map service URL: http://t2.supermapcloud.com/FileService/image will be used.
Advanced Setting Cache to Local or Not Map service provider generate caches to improve service access efficiency. When true, the map cache can be generated locally when the published service is accessed, so as to improve the speed of subsequent service browsing access.

 

GDP Map Service Provider

The GDP map service provider encapsulate the GIS functions provided by the GDP tile package, and the relevant parameters are shown in the following table.

Table 6 GDP Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "gdpMapProvider-".
Basic Setting GDP file directory 【Required】
The directory where the GDP file is located.
dpi The screen resolution of the tile. The default is 96.
Cache Version The version of tile currently supports GDP tile packages with release versions 5.0 and 3.1.
For detailed information of tile version, please refer to: SuperMap UGC Format Map Tiles .
Scale Denominator of Generation 0 The scale denominator of generation 0 in the tile package is 5.916587109091312E8 by default.

 

MongoDB Map Service Provider

The map service provider encapsulate the GIS functions obtained from the tiles in the MongoDB distributed storage. The parameters to be set by the user and their descriptions are shown in the following table.

Table 7 Parameters of Service Provider in MongoDB Map

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "mongodbMapProvider-".
Basic Setting Load configuration from distributed tiles storage Select an existing distributed tiles storage without setting the MongoDB service address.

Service Address

【Required】
MongoDB's service address.

Add Replicationset

When checked, replicationset can be added. Multiple replication sets can improve tile read and write performance and data security.

Database

The database used to store the tiles in the map services.

User Name

Users who have access to the database.

Password

The password for this user.

Published Map Name

If tiles of multiple maps are stored in the MongoDB server, you need to select the published map name to publish all maps at the same time.

 

MongoDB MVT Map Service Provider

The map service provider encapsulate the GIS functions obtained from the tiles in the MongoDB distributed storage. The parameters to be set by the user and their descriptions are shown in the following table.

Table 8 Parameters of Service Provider in MongoDB MVT Map

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "mongoDBMvtM apProvider-".
Basic Setting

Service Address

【Required】
MongoDB's service address.

Add Replicationset

When checked, replicationset can be added. Multiple replication sets can improve tile read and write performance and data security.

Database

The database used to store the tiles to be published.

User Name

Users who have access to the database.

Password

The password for this user.

 

OTS Map Service Provider

The map service provider encapsulate the GIS functions obtained from the OTS distributed storage tiles. The parameters to be set by the user and their descriptions are shown in the following table.

Table 9 OTS Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider.
Basic Setting Load configuration from distributed tiles storage Select the existing distributed tiles storage, and there is no need to set the OTS service information.

Instance Name

【Required】
OTS instance name used. You can create an instance through the management console on Alibaba Cloud's official website.
Node Name Alibaba Cloud service node is the address selected when creating an instance. For example, the address is Hangzhou and the service node is cn-hangzhou.

From Public

For public network access, the access OTS service address is: http://<instanceName>.<nodeName>.ots.aliyuncs.com. For non-public access, the OTS service address is: http://<instanceName>.<nodeName>.ots-internal.aliyuncs.com.

accessKeyId

【Required】
The OTS performs identity authentication and authentication on the request according to the AccessKey. accessKeyId Used to identify the AccessKey. The accessKeyId can be obtained through the management console on the AliCloud official website.

accessKeySecret

【Required】
AccessKeySecret is used to encrypt OTS requests. The accessKeySecret can be obtained through the management console on the AliCloud official website.

Published Map Name

If the tiles of multiple maps are stored in OTS, you need to select the published map name to publish all maps at the same time.

 

 

SMTiles Map Service Provider

SMTiles map service provider encapsulate GIS functions obtained from SMTiles map tiles packages. The parameters to be set by the user and their descriptions are shown in the following table.

Table 10 SMTiles Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "smTilesMapProvider-".
Basic Setting SMTiles file directory 【Required】
SMTiles file directory.

SVTiles Map Service Provider

SVTiles map service provider encapsulate the GIS functionality obtained from the SVTiles map tiles package. The parameters to be set by the user and their descriptions are shown in the following table.

Table 11 SVTiles Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "svTilesMap Provider-".
Basic Setting SVTiles file directory 【Required】
SVTiles file directory.

UGCV5 Map Service Provider

The UGCV5 map service provider encapsulates the GIS functionality obtained from the SuperMap UGC V5 map tile package. The parameters that users need to set and their explanations are shown in the table below.

Table 12 Parameters of UGCV5 Map Service Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "ugcv5MapProvider-".
Basic Setting Tile Config File 【Required】
The config file or index file (*.sci or *.inf) for the SuperMap UGC V5 tile.

WMS Map Service Provider

WMS map service provider encapsulate the map functionality from the WMS service.

Table 13 Configuration parameters of WMS map service provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "WMSMapProvider-".
Basic Setting WMS service root URL 【Required】
WMS service address。
WMS service version WMS service version, e.g. "1.1.1".
Username for Access Service Only authorized users have access to WMS services. Provided by the server that publishes the WMS map.
Password for Access Service The password of the authorized user. Provided by the server that publishes the WMS map.
Is the Layer Order Inverted Sets whether the order of the layers is inverted.
Advanced Setting Enable Cache SuperMap iServer supports the generation of cache for WMS map service provider to improve service access efficiency, that is, WMSMapProvider is enabled Cache. When the published service is accessed, the map cache can be generated locally, which can improve the speed of subsequent service browsing and access. See WMSMapProvider Configuration of the cache for details.

WMTS Map Service Provider

WMTS map service provider encapsulate map functionality from the WMTS service.

Table 14 Configuration Parameter of WMTS Map Service Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "WMTSMapProvider-".
Basic Setting WMTS service root url 【Required】
WMTS service address。
WMTS service version WMTS service version, such as "1.0.0". Version 1.0.0 of the WMTS service is currently supported as a source.
Username for Access Service Only authorized users have access to the WMTS service. Provided by the server that publishes the WMTS map.
Password for Access Service The password of the authorized user. Provided by the server that publishes the WMTS map.
dpi The dpi of the remote WMTS service source.
Natrix Set The matrix set corresponding to the map. The matrix set corresponding to all maps under the WMTS service source will be listed.
Advanced Setting Resolution Set The resolution corresponding to each level of the WMTS service. Keep consistent with the TileMatrix under the selected matrix set. The adjacent resolutions are separated by commas and need to be filled in. Resolution corresponding to all levels under TileMartrix.
Cache to local or not SuperMap iServer supports the generation of cache for WMTS map service provider to improve service access efficiency, that is, WMTSMapProvider is enabled Cache. When the published service is accessed, the map cache can be generated locally, which can improve the speed of subsequent service browsing and access.

 

Bing Maps service provider

Bing Maps service provider encapsulate GIS functionality that is sourced from the remote Bing Maps online service. The parameters to be set by the user and their descriptions are shown in the following table.

Table 15 BingMaps map service provider parameters

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "bingMapsMapProvider-".
Basic Setting Atlas 【Required】
The name of the Bing Maps atlas. Bing Maps provides such data sets as "Aerial", "Aerial WithLables" "," Birdseye "," BirdseyeWithLables ", and" Road ", which correspond to different types of map services.
map version The map version of Bing Maps, e.g. "v0", "v1".
BingMaps key Set the authorization key for Bing Maps. To access Bing Maps map services, you need to apply for a key, which is provided by Bing Maps provides.
Advanced Setting Enable Cache SuperMap iServer supports generating cache for Bing Maps service provider to improve service access efficiency. Is true When the published service is accessed, a map cache can be generated locally, so that the speed of subsequent service browsing access can be improved.

Google Maps Service Provider

Google Maps service provider encapsulate the GIS functions obtained from the remote Google Maps online service. The parameters to be set for publishing and their descriptions are shown in the following table.

Table 16 Google Maps service provider parameters

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "googleMap's Provider-".
Basic Setting Google Maps client ID An account with access to Google Maps.
Google Maps CryptoKey The private key for this account.
Language The language used for text annotations in the map.
Api Key API Key for Google Maps
Google Tile Width The width (in pixels) of a tile each time it is requested from Google Maps. Because a single tile may have a Geoogle watermark on it for each request, making the tile larger reduces the watermark density throughout the window. However, if a single tile is too large, it may affect the efficiency of tile acquisition, because you should set a reasonable value according to the hardware, software and network conditions.
Google Tile Height The height of the tile in pixels each time a tile is requested from Google Maps. Generally, it is set to a tile with equal width and height.
Advanced Setting Enable Cache SuperMap iServer supports generating cache for remote map service provider to improve service access efficiency. When true, the map cache can be generated locally when the published service is accessed, so as to improve the speed of subsequent service browsing access.

Tianditu map service provider

Map service provider encapsulate the GIS functions obtained from the remote tianditu service. The supported day map version is 2.0. The parameters to be set by the user and their descriptions are shown in the following table.

Table 17 Map Service Provider Parameter of Tianditu map

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "tiandituMapProvider-".
Basic Setting map service URL The plotting service address of the remote sky map service. The format is as follows: http://t < number >. Tianditu. Gov. CN
The service address number provided by Skymap is 0-7. If the user sets servicesUrl, the service address set by the user will be used. Otherwise, the service address set by the user will be used.
Select one from 0-7 as the value of number to construct the service address. The map service URL can be modified to be consistent with the latest address when the plot address of the map service changes on the current day.
key 【Required】
Token string called by map API and service interfaces. This Token can be obtained by the www.tianditu.gov.cn (please select the " Browser Side " license when requesting)
Advanced Setting Enable Cache SuperMap iServer supports generating cache for map service provider to improve service access efficiency. When true, the map cache can be generated locally when the published service is accessed, so as to improve the speed of subsequent service browsing access.

ArcGIS REST map service provider

ArcGIS REST map service provider encapsulate the GIS function. The parameters to be set by the user and their descriptions are shown in the following table.

Table 18 ArcGIS REST map service provider parameters

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "ArcGISRESTMapProvider-".
Basic Setting ArcGIS REST map service URL 【Required】
The address of the ArcGIS REST map services to be published, such as the http://localhost:6080/arcgis/rest/services/SampleWorldCities/MapServer.
User name User name.
If the service to be published has security control turned on and "username/password" is selected for the security type, a user account with access rights needs to be provided.
Password password。
Token Token string to which publish services has access.
If security control is enabled for the service to be published and "Token" is selected for the security type, an available token needs to be provided String. Token generated through HTTP Referer is only supported at present, and HTTP Referer is used to get token Should be set to "ISERVER".
Advanced Setting Enable Cache SuperMap iServer supports generating cache for map service provider to improve service access efficiency. When true, the map cache can be generated locally when the published service is accessed, so as to improve the speed of subsequent service browsing access.

ArcGIS TPK Map Service Provider

TPK map service provider encapsulate the GIS functions provided by the TPK tile package (*.tpk), and the relevant parameters are shown in the following table.

Table 19 Parameter of TPK Map Service Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "tpkMapProvider-".
Basic Setting TPK File Path 【Required】
TPK file directory.

ArcGIS VTPK Map Service Provider

VTPK map service provider encapsulate the GIS functions provided by vector slice VTPK (*.vtpk), and the relevant parameters are shown in the following table.

Table 20 VTPK Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "vtpkMapProvider-".
Basic Setting VTPK File Path 【Required】
VTPK file directory.

Baidu Map Map Service Provider

Baidu Map service provider encapsulate the GIS functions obtained from the remote Baidu Map online service. The parameters to be set by the user and their descriptions are shown in the following table.

Table 21 Baidu map service provider parameters

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "baiduMapProvider-".
Basic Setting Map Service URL The map service URL should be an address template that can obtain map slices, where {X}, {y}, and {Z} represent the column number, row number, and level of the slice respectively.For example, http://online0.map.bdimg.com/tile/?qt=tile&x={x}&y={y}&z={z}&styles=pl
Map Name Customize the map name. When the map service URL is configured but this parameter is not configured, the default is "Baidu".
Advanced Setting Enable Cache SuperMap iServer supports generating cache for Baidu Map service provider to improve service access efficiency. When true, the map cache can be generated locally when the published service is accessed, so as to improve the speed of subsequent service browsing access.

OpenStreetMap Service Provider

Table 22 OpenStreetMap Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "openStreetMapProvider-".
Basic Setting Map Service URL The map service URL should be an address template that can obtain map slices, where {X}, {y}, and {Z} represent the column number, row number, and level of the slice respectively. Example: http://a.tile.openstreetmap.org/{z}/{x}/{y}.png
Map Name Customize the map name. When the map service URL is configured and this parameter is not configured, the default is "OSM".
apikey Key to access the OpenStreetMap. If this parameter is not configured, the map will display the watermark.
Advanced Setting Enable Cache SuperMap iServer supports generating cache for Baidu Map service provider to improve service access efficiency. When true, the map cache can be generated locally when the published service is accessed, so as to improve the speed of subsequent service browsing access.

aggregation map provider

Map service provider with aggregation capabilities for aggregating multiple map functions.

See: Configuration of map feature aggregation .

GeoPackage Map Service Provider

The GeoPackage map service provider encapsulates the GIS functionality provided by the GeoPackage map tile package (*.gpkg), with the relevant parameters shown in the table below.

Table 23 GeoPackage Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name Required
Uniquely identifies the service provider. The default name prefix is "geopkgMapProvider-".
Basic Setting GeoPackage File Directory Required
GeoPackage file directory.
Default Map Projection Required
The default projection of the map when the GeoPackage file is published as a map service.
Positive Direction of the Coordinate Axis Required
After the GeoPackage file is published as map services, the coordinate axis is in the positive direction, including RightDown and RightUp. The default is RightDown 。
Slice origin
 
Required
GeoPackage slice origin, format {X}, {y}.

ZXYTiles Map Service Provider

The ZXYTiles map service provider encapsulates the GIS functionality obtained from ZXYTiles files. The parameters that users need to set and their explanations are shown in the table below.

Table 24 ZXYTiles Map Service Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider.
Basic Setting ZXYTiles file directory 【Required】
The path where the ZXYTiles tile file in zip format or the uncompressed ZXYTilestile file is stored (The path needs to be written to the level where the map name is located. If there are multiple maps under such a level, multiple map tiles will be published together.).

ArcGIS cache map service provider

The ArcGIS cache map service provider encapsulates the GIS functionality obtained from ArcGIS cache files. The parameters that users need to set and their explanations are shown in the table below.

Table 25 ArcGIS Cache Map Service Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default prefix is "arcgisCacheMapProvider-".
Basic Setting Config Path 【Required】
ArcGIS config path directory. The suffix is.xml or.cdi.

ArcGIS Compact Caching (V2) map service provider

The ArcGIS Compact Cache (V2) map service provider encapsulates the GIS functionality obtained from ArcGIS Compact Cache (V2) files. The parameters that users need to set and their explanations are shown in the table below.

Table 26 ArcGIS Cache Map Service Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default prefix is "arcgisCacheV2MapProvider-".
Basic Setting Config Path 【Required】
ArcGIS Compact Cache (V2) config file directory. The suffix is.xml or.cdi.

UGCV5(MVT) Map Provider

UGCV5(MVT) map service provider encapsulate the GIS functions obtained from UGCV5 (MVT) cache files. The parameters to be set by the user and their descriptions are shown in the following table.

Table 27 UGCV5(MVT) Map Provider

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider.
Basic Setting Config File Path 【Required】
UGCV5(MVT) cache file directory. The suffix is.sci.

Shapefile Map Service Provider

Shapefile map service provider encapsulate the GIS functionality derived from Shapefile data files. The parameters to be set by the user and their descriptions are shown in the following table.

Table 28 Shapefile map service provider parameters

  Parameter Name Description
Common Info Provider Name Required
Uniquely identifies the service provider.
Basic Setting Shapefile file directory Required
Shapefile data file directory.
Shapefile file encoding 【Required】
Sets the encoding format for the Shapefile file.
Style File Specify the Mapbox style for the map, for example: E:\SuperMapiServer\style\style.json. If not specified, iServer The default styles file will be used: 【SuperMapiServer install directory】\webapps\iserver\WEB-INF\config\mapboxstyles\defaultstyle.json.
Advanced Setting Enable Cache Cache settings.

PostGIS Map Service Provider

PostGIS map service provider encapsulate the GIS functions provided by the PostGIS service, and the relevant parameters are shown in the following table.

Table 29 PostGIS Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. Such as "postgisM apProvider-".
Basic Setting

host

【Required】
PostGIS service address.

Port

【Required】
The service port number of PostGIS.

Database Mame

【Required】
The database where tiles are stored.

User Name

【Required】
Users who have access to the database.

Password

【Required】
The password for this user.

Style File

Specify the Mapbox style for the map, for example: E:\SuperMapiServer\style\style.json. If not specified, iServer The default styles file will be used: 【SuperMapiServer install directory】\webapps\iserver\WEB-INF\config\mapboxstyles\defaultstyle.json.

Advanced Setting

Enable Cache Cache settings.

 

Multi Tiles Map Provider

The multi tiles map provider encapsulates the GIS functions provided by the composite map tiles, and the relevant parameters are shown in the following table.

Table 31 Multi Tiles Map Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. For example, "MultiTiles Provider-".

Basic Setting

Map name

【Required】
Published map name The name of the service

Combining Mode

【Required】
The combining mode of released multi tiles supports default, base tileset, and custom scales
Tile Sets 【Required】
Collection of slice sets to publish
Smtiles File 【Required】
The path where the SMTiles file is stored
UGC5.0 Slice Config File 【Required】
Storage path of UGCV5 slice config file
Distributed Tiles Storage Distributed tiles storage to publish
Service Address 【Required】
The service address of the database where the slice set to be published resides, such as 192.168.17.214: 27017.

Database

The name of the database to publish
User Name The user name that has permission to access the database.
Password The password for this user.
Selected Tileset Required
Select the slice set you want to publish.
Base Tileset The set of tile sets as a base map
Custom Scales Customized matrix set. When configuring in the new WebUI, it supoorts three formats, such as "1/100000", "1:100000" or "0.00001"; when configuring in the service configuration XML, only double is support, such as "0.000001".

 

Blockchain Map Provider

The blockchain map provider encapsulates the GIS functions provided by the blockchain service, and the relevant parameters are shown in the following table.

Table 32 Blockchain Mmap Provider Parameter

  Parameter Name Description

Common Info

Provider Name 【Required】
Uniquely identifies the service provider. Such as "BlockchainMapProvider-".
Basic Setting Config File 【Required】
Blockchain the network.yamlconfig file storage directory.
Datasource Alias 【Required】
The user names the alias of the blockchain data source, such as "BlockchainData".

Style File

Specify the Mapbox style for the

map, for example:

E:\SuperMapiServer\style\style.json

Advanced Setting Enable Cache Cache settings

 

MBTiles Map Service Provider

MB Tiles map service provider encapsulate the GIS functions obtained from the MBTiles map tiles package. The parameters to be set by the user and their descriptions are shown in the following table.

Table 34 SMTiles Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "mbTiles MapProvider-".
Basic Setting SMTiles File Directory 【Required】
SMTiles file directory.
Store Vector Tile Whether the stored tile type is vector tiles.
Style File The style file directory of vector tiles. Required when the stored tile type is vector tiles.

 

ArcGIS TPKX Map Service Provider

TPKX map service provider encapsulate the GIS functions provided by vector slice TPKX (*.tpkx), and the relevant parameters are shown in the following table.

Table 35 TPKX Map Service Provider Parameter

  Parameter Name Description
Common Info Provider Name 【Required】
Uniquely identifies the service provider. The default name prefix is "tpkxMapProvider-".
Basic Setting TPKX File Path 【Required】
TPKX file directory.