From 1a7460adcf484b0fb6eb82893424498953ec3128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Bla=C5=BEek?= Date: Tue, 19 Mar 2019 13:12:29 +0100 Subject: [PATCH] typo --- docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index 7b6e754..28b74fd 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -211,7 +211,7 @@ If resource's reference frame contains the TMS extension any surface driver will * `{lod}-{x}-{y}.terrain`: terrain [quantized meshes](https://github.com/AnalyticalGraphicsInc/quantized-mesh) * `layer.json`: terrain metadata -Note: URL provided tile ID (`url`: lod-x-y) is mapped via TMS extension configuration to real tile ID (`tileId`: lod'-x'-y'). I.e. `urlId`'s y-component is optionally flipped (based on `tms.flipY` option, defaults to `true`) and then shifted under TMS root (`tms.rootId`, defaults to `0-0-0`). +Note: URL provided tile ID (`urlId`: lod-x-y) is mapped via TMS extension configuration to real tile ID (`tileId`: lod'-x'-y'). I.e. `urlId`'s y-component is optionally flipped (based on `tms.flipY` option, defaults to `true`) and then shifted under TMS root (`tms.rootId`, defaults to `0-0-0`). Generated mesh tiles are identical to VTS surface tiles, having these properties: * different encoding [format](https://github.com/AnalyticalGraphicsInc/quantized-mesh)