Remove leftover comments and code for 'vector' render mode

This commit is contained in:
Frederic Junod
2018-11-21 16:55:44 +01:00
parent 60b3370bba
commit cb44775306
3 changed files with 1 additions and 7 deletions

View File

@@ -37,8 +37,6 @@ import {assign} from '../obj.js';
* * `'hybrid'`: Polygon and line elements are rendered as images, so pixels are scaled during zoom
* animations. Point symbols and texts are accurately rendered as vectors and can stay upright on
* rotated views.
* * `'vector'`: Vector tiles are rendered as vectors. Most accurate rendering even during
* animations, but slower performance than the other options.
*
* When `declutter` is set to `true`, `'hybrid'` will be used instead of `'image'`.
* @property {import("../source/VectorTile.js").default} [source] Source.