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
|