SuperMap iServer supports directly publishing existing tiles as services, such as map services and 3D services.
There are two ways to publish a tile: directly publish the tile as a service, or publish the tile as a service in a customized way.
Quickly publishing tiles
You can directly publish tiles quickly by clicking on the quick publishing link on the homepage of the service manager. For specific operation methods, please refer to:
- Publish the tiles stored in MongoDB
- Publish SMTiles tile package
- Publish SVTiles tile package
- Publish UGCV5 tile
- Publish MBTiles tile package
- Publish GeoPackage tile
- Publish TPK tile package
- Publish tile in S3 object store
Publishing tiles through customized method
You can publish a map service by creating service providers, then creating a map component and specifying the service providers and service interfaces.
To create map service providers, you can Configure service provider through iServer WebManager to create a map service provider, or by modifying the service configuration file to configure the map service provider. For an example of the latter, please refer to:
- Configure MongoDB map service provider
- Configure MBTiles map service provider
- Configure SMTiles map service provider
- Configure SVTiles map service provider
- Configure GDP map service provider
- Configure GeoPackage map service provider
- Configure TPK map service provider
- Configure UGCV5 map service provider