Imports cased like the filename
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
goog.provide('ol.style.TextPlacement');
|
||||
|
||||
|
||||
/**
|
||||
* Text placement. One of `'point'`, `'line'`. Default is `'point'`. Note that
|
||||
* `'line'` requires the underlying geometry to be a {@link ol.geom.LineString},
|
||||
* {@link ol.geom.Polygon}, {@link ol.geom.MultiLineString} or
|
||||
* {@link ol.geom.MultiPolygon}.
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.style.TextPlacement = {
|
||||
POINT: 'point',
|
||||
LINE: 'line'
|
||||
};
|
||||
Reference in New Issue
Block a user