ArcGIS Tile to MongoDB Tile

Instructions for Use

ArcGISTile to MongoDB Tile function is used to convert ArcGIS format tile data (including TPK tile packages and compact map tiles) into a MongoDB tile storage format accessible by SuperMap.

TPK (Tile Package) is an offline map package formed by ArcGIS packaging tile files, while map tiles are locally generated tile cache directories. This function parses the ArcGIS tile structure and batch writes the tile data into a MongoDB database, achieving the conversion from file-based tiles to database tiles. The converted tile data can be accessed concurrently by multiple users, facilitating the publication and sharing of map services on the web and mobile ends.

When you need to migrate ArcGIS format tile data to a MongoDB database for centralized management, or prepare to publish it as a database-based tile service, you can use this function to complete the conversion.

Version Information: Supported starting from SuperMap iDesktopX 2026 version.

Function Entry

  • Data Migration tab -> ArcGIS Data Migration group -> ArcGIS Tile Conversion button -> ArcGIS Tile to MongoDB Tile.
  • Toolbox -> Map Tiles -> Manage Tiles -> Convert Storage Format group -> ArcGIS Tile to MongoDB Tile.

Parameter Description

Parameter Name Parameter Interpretation Parameter Type
Tile Type: Specifies the source format of the data to be converted.
TPK Tile Pack: Select ArcGIS offline tile packages with the .tpk suffix.
Map Tiles: Select compact tile folders generated by ArcGIS (V1/V2 format).Note: The folder must contain two configuration files: conf.cdi and conf.xml.
ArcgisTileType
Source Tile Path Based on the selection of "Tile Type:", specify the path to the .tpk file, or the folder path where the map tiles are located. String
Process Thread Count The number of parallel threads enabled when executing the conversion task. It can be appropriately adjusted based on the number of CPU cores to balance processing speed and system resource usage.
Integer
Target Tile Information

The connection information for the MongoDB Tiles database, including the target server name, target database name, target tile name, target username, and target password.

  • The target server name specifies the MongoDB data server address and port.
  • The target database name specifies the MongoDB database name. If the specified database does not exist, it will be created.
  • The target username and target password are the access username and password for MongoDB. If not required, these two parameters can be omitted.
MapTilesConnectionInfo
Browse Tiles Controls whether to add the conversion result to the map.
Selected: After successful conversion, automatically load the tile layer to the current map for display.
Not Selected: Only output the file, not add it to the map (default).

Output Result

The output result of the ArcGIS Tile to MongoDB Tile tool is the connection information for the target MongoDB Tiles.

Related Topics

ArcGIS Tile Migration

ArcGIS Tile to Local Tile