Vector tiles service V2 provides a series of resources to support the multi-style rendering capabilities of both vector and raster tiles, and some interfaces can cover the capabilities of JIWEI vector tiles service. This section will provide you with specific capability guidance.

  • vectorMap: The root resource of vector tiles service V2. Accessing this address will show the datas, styles, and vector tiles resources.
  • datas: Through this resource, you can understand the datasets used in vector tiles service V2, as well as their field information and the layer information corresponding to the data. When accessed in HTML format, it provides iClient for MapboxGL with MVT to browse each dataset, i.e., vector tiles rendering, and supports setting a specified style for rendering. When properties are specified with attribute fields and filter options, rendering will be performed under the set conditions.
  • styles: Through this resource, you can understand the list of all styles configured in vector tiles service V2. When accessed in HTML format, it provides iClient for Leaflet to browse each style, i.e., raster tile rendering, and supports setting a specified style for rendering. When properties are specified with attribute fields and filter options, rendering will be performed under the set conditions.
  • style: Through this resource, you can obtain the Mapbox standard style information of the specified style map.
  • tiles: Through this resource, you can obtain vector tiles for vector tiles rendering.
  • sprites: Through this resource, you can obtain the sprite information involved in the specified rendering style.
  • fonts: Through this resource, you can obtain the font information involved in the specified rendering style.
  • serverInfo: Provides meta information for raster rendering in vector tiles service V2, such as tile origin, bounds, scale, raster pre-cache level, vector pre-cache level, etc. This interface can cover the corresponding capabilities of JWvector tiles service.
  • getMap: Through this resource, you can obtain raster tiles for the specified style for raster tile rendering. This interface can cover the capability of rendering raster tiles by style in JWvector tiles service.
  • pickup: Through this resource, you can query the features belonging to the specified map level and specified point location in the specified style, and return the fields and attribute values of the features in all eligible layers in the map. This interface can cover the corresponding capabilities of JWvector tiles service.

Related Topics