Quickly creating services

Feedback


iEdge can proxy the remote services and publish the map tiles by the quickly creating services way.

Quickly Publish Remote Services

The remote services that can be proxied include SuperMap REST map service/data service, SuperMap Cloud service, OGC or other standards of services, the third-party online map services and services published by other GIS platforms. The services are:

Category Service Source
SuperMap Service REST map service
REST data service
SuperMap Cloud

OGC

WFS
WMS
WMTS
The third-party online map services Bing Maps
Baidu Maps
Tianditu
OpenStreetMap
Other GIS Platform ArcGIS REST map service
ArcGIS REST elements service
ArcGIS REST network analysis service

The following takes the SuperMap GeoREST map service as an example to introduce how to agent the GIS service (for other type of GIS service, please see: Quickly Publish Services):

  1. Click Quickly publish a or multiple service button, select the data source to REST map service, click Next:
  2. Input the service URL like http://server:8091/iserver/services/map-world/rest. If the input service is not an open service, please input the user name/password, click Next;
  3. Select the service type to be published, like REST-map service, click Next;
  4. Make the cache settings, after the cache is enabled, the tiles data will be stored in specified location when browsing the map, such as the SMTiles format. For the other configuration settings, please see Configure service component to use the tiles, click Next;
  5. Then you can see the service configuration information including data source, service type, etc. Click Finish to complete it;
  6. After publishing, you can see the service name and URL, like map-rest-world/rest. Click it to access the service.

    The agent steps are finished.

Publish the map tiles independently

iEdge supports the independent publishing of the map tiles to map services and provides REST Map, WMS, WMTS, and ArcGIS REST Map interfaces. The supported tiles type are:

 

Tile Formats

SuperMap SMTiles file
SVTiles file
UGCV5 tiles
FastDFS tiles (distributed storage format)
MongoDB tiles (distributed storage format)
OGC or other standards MBTiles file
GeoPackage file
Other GIS Platform TPK file

The following will take publishing SMTiles map tiles as an example to introduce how to publish the map service. (To know other types of tiles, please see: Quickly Publish GIS Services):

  1. Click Quickly publish a or multiple service button, select the data source to SMTiles file, click Next:
  2. Click Remote browsing, select the *.smtiles file, click Next;
  3. Select the service type to be published, like REST-map service, click Next;
  4. Then you can see the service configuration information including data source, service type, etc. Click Finish to complete it;
  5. After publishing, you can see the service name and URL, like map-smtiles-China/rest. Click it to access the service.