huangli ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=61e02e397c6f980070c69629
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiNjU3N2ViMDhkZjYyNDdkNTkwYjFjNTQxOGI0NmQzY2UiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-10531?atlOrigin=eyJpIjoiNjU3N2ViMDhkZjYyNDdkNTkwYjFjNTQxOGI0NmQzY2UiLCJwIjoiaiJ9
 ) GEOS-10531 ( 
https://osgeo-org.atlassian.net/browse/GEOS-10531?atlOrigin=eyJpIjoiNjU3N2ViMDhkZjYyNDdkNTkwYjFjNTQxOGI0NmQzY2UiLCJwIjoiaiJ9
 ) The tiles of OGC Tiles metadata is not correct ( 
https://osgeo-org.atlassian.net/browse/GEOS-10531?atlOrigin=eyJpIjoiNjU3N2ViMDhkZjYyNDdkNTkwYjFjNTQxOGI0NmQzY2UiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.20.3 Assignee: Unassigned Created: 
06/Jun/22 1:21 PM Priority: Medium Reporter: huangli ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=61e02e397c6f980070c69629
 )

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

( 
https://osgeo-org.atlassian.net/browse/GEOS-10531#add-comment?atlOrigin=eyJpIjoiNjU3N2ViMDhkZjYyNDdkNTkwYjFjNTQxOGI0NmQzY2UiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-10531#add-comment?atlOrigin=eyJpIjoiNjU3N2ViMDhkZjYyNDdkNTkwYjFjNTQxOGI0NmQzY2UiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100200- 
sha1:38cf6ec )
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to