[Geoserver-devel] [JIRA] (GEOS-10531) The tiles of OGC Tiles metadata is not correct

huangli created an issue

GeoServer / BugGEOS-10531

The tiles of OGC Tiles metadata is not correct

Issue Type:

BugBug

Affects Versions:

2.20.3

Assignee:

Unassigned

Created:

06/Jun/22 1:21 PM

Priority:

MediumMedium

Reporter:

huangli

The OGC tiles metadata as follows:

// https://a.example.com/geoserver/ogc/tiles/collections/test:poi/tiles/EPSG:900913/metadata?f=application/json

{
  "tilejson": "2.2.0",
  "name": "text:poi",
  "description": "",
  "scheme": "xyz",
  "tiles": [
    "https://a.example.com/geoserver/ogc/tiles/collections/test:poi/tiles/EPSG:900913/{z}/{y}/{x}?f=application/vnd.mapbox-vector-tile"
  ],
  "center": [
    109.68749998473137,
    29.50564400746315,
    6.0
  ],
  "bounds": [
    106.91809844970703,
    28.80609893798828,
    108.3447036743164,
    29.961700439453125
  ],
  "format": "application/vnd.mapbox-vector-tile",
  "minzoom": 0,
  "maxzoom": 30,
  "vector_layers": [
    {
      "id": "poi",
      "description": "",
      "fields": {
        "altitude": "number",
        "address2": "string",
        "address1": "string",
        "station_id": "string",
        "comment": "string",
        "county_name": "string"
      },
      "minzoom": 0,
      "maxzoom": 30,
      "geometry_type": "point"
    }
  ]
}

The tiles should be like this:

https://a.example.com/geoserver/ogc/tiles/collections/test:poi/tiles/EPSG:900913/EPSG:900913:{z}/{y}/{x}?f=application/vnd.mapbox-vector-tile

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100200-sha1:38cf6ec)

Atlassian logo