Slide 41
Slide 41 text
Tiles “metadata” resource
● Extension provided by some implementations (not core)
● Describes the tiles contents
● Can return TileJSON (GeoServer does)
{
"tilejson": "2.2.0",
"name": "topp:states" ,
"description" : "This is some census data on the states." ,
"scheme": "xyz",
"tiles": [
".../ogc/tiles/collections/topp%3Astates/tiles/WebMercatorQuad/{z}/{y}/{x}?f=mvt
],
"center": [
-89.99999997494392 , 42.525564403512014 , 1.0
],
"bounds": [-124.731422 , 24.955967, -66.969849, 49.371735
],
"format": "application/vnd.mapbox-vector-tile" ,
"minzoom": 0,
"maxzoom": 24,
"vector_layers" : [
{
"id": "states",
"description" : "This is some census data on the states." ,
"fields": {
"STATE_NAME" : "string",
"STATE_FIPS" : "string",
"HOUSHOLD": "number"
...
41