SuperMap iDesktopX supports connecting to cloud storage services, allowing direct access to directories and files within cloud storage services.
Currently, supported service types include Huawei Cloud Object Storage Service (OBS), Alibaba Cloud Object Storage Service (OSS), SeaweedFS Object Storage Service, MinIO Object Storage Service, object storage services compatible with AWS S3 protocol, and FTP services.
The Cloud Storage Services section will introduce how to manage cloud storage connections and provide examples on how to add cloud storage connections:
- Manage cloud storage connections: Includes adding, browsing, importing, exporting, and clearing cloud storage connections.
- Add Cloud Storage Connection Instance: Taking the connection to Alibaba Cloud Object Storage Service (OSS) as an example to introduce cloud storage service connections.
The following describes the functionalities supported for accessing and using cloud storage:
Function | Description |
---|---|
Open File Datasource | Supports opening *.tif, *.tiff, *.img, *.ecw, *.sci, *.shp, *.gpkg, *.dbf files in Cloud Storage as read-only Datasource. |
Generate Raster Tile/Generate Vector Tile |
During Tile production, the generated tile can be saved to the object storage service by setting Storage Method as Cloud Storage and selecting the object storage service directory in Storage Directory. |
Multi-process Generate Tiles Predefine Model. |
Toolbox panel-> Model -> Multi-process Generate Tiles-> Multi-process Generate Map Tiles_Global/ Multi-process Generate Map Tiles_Local/ Multi-process Generate Vector Tile. The TileConnection Info parameter of the three tools supports the input of the object storage service directory. |
Mosaic Dataset |
|
When using cloud storage services, the path format for cloud storage services is as follows: //minio@image/ChinaPart1/H47C001004.tif
Where:
-
//
: The required prefix for cloud storage paths. -
minio@image
: The connection name for the cloud storage service, specified when adding the cloud storage connection. -
ChinaPart1
: The name of the subfolder under the storage bucket or connection folder (specified as a folder parameter when adding the cloud storage connection). -
H47C001004.tif
: The name of the image file.
Starting from SuperMap iDesktopX 11i (2024) version, cloud storage service functionality is provided.

-
The cloud storage services mentioned in this document and related cloud storage documentation refer to object storage services and FTP services. When only object storage services or FTP services are mentioned, the functionality applies only to the specified service type.
-
Object storage services include: Huawei Cloud Object Storage Service (OBS), Alibaba Cloud Object Storage Service (OSS), SeaweedFS Object Storage Service, MinIO Object Storage Service, and object storage services compatible with AWS S3 protocol.