Allow short name to be extracted

This commit is contained in:
Tim Schaub
2022-08-15 16:58:42 -06:00
parent 1c65ac4c85
commit e566868a5b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ import {assert} from '../asserts.js';
/**
* @classdesc
* Layer for vector tile data that is rendered client-side.
* Note that any property set in the options is set as a {@link module:ol/Object~BaseObject BaseObject}
* Note that any property set in the options is set as a {@link module:ol/Object~BaseObject}
* property on the layer object; for example, setting `title: 'My Title'` in the
* options means that `title` is observable, and has get/set accessors.
*