Publishing ArcGIS REST Map Service and TPK

Feedback


SuperMap iServer supports to publish the ArcGIS REST map service or ArcGIS map tile package (*.tpk) to iServer map services, such as REST map service, WMS service, WMTS service.

Publishing ArcGIS REST map service

You can publish ArcGIS REST map service through the following steps:

  1. In iServer WebManager, click "Quickly publish services", and select ArcGIS REST Map Service as the data source;
  2. Input the map service address to be published, such as http://localhost:6080/arcgis/rest/services/SampleWorldCities/MapServer. If the service is not public, it needs the safety certificate. You can follows as the following two steps:
  1. Select the service type to publish, such as REST-map service. Click Next;
  1. Configure the cache. After enabling the cache, the tiles in browsing map are stored in a specified location, such as SMTiles formats. You can refer to Configure the map service component to use tiles or Configure map service component through XML file for more information. Click Next
  2. You can see the service configuration information, including data source, the published service type and so on. Click the Finish button;
  3. After finish publishing, you can see the name and link of this service, such as map-arcgis-SampleWorldCities/rest. Click to access the service directly.

Publishing TPK tile package

You can publish ArcGIS tile package (*.tpk) through the following steps:

  1. In iServer WebManager, click "Quickly publish services", and select TPK File as the data source:
  2. Click the Remote Browse button. Select the *.tpk file and click the Next button;
  3. Select the service type to publish, such as REST-map service. Click Next;
  4. Configure the caches. Click the Next button;
  5. You can see the service configuration, including data source, the published service type and so on. Click the Finish button;
  6. After finishing, you can see the service name and link of this service, such as map-tpk-test/rest. Click this link to access.