Transformed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
goog.provide('ol.style.TextPlacement');
|
||||
|
||||
|
||||
/**
|
||||
* @module 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},
|
||||
@@ -8,7 +8,9 @@ goog.provide('ol.style.TextPlacement');
|
||||
* {@link ol.geom.MultiPolygon}.
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.style.TextPlacement = {
|
||||
var _ol_style_TextPlacement_ = {
|
||||
POINT: 'point',
|
||||
LINE: 'line'
|
||||
};
|
||||
|
||||
export default _ol_style_TextPlacement_;
|
||||
|
||||
Reference in New Issue
Block a user