This commit is contained in:
15
node_modules/ol/style/TextPlacement.js
generated
vendored
Normal file
15
node_modules/ol/style/TextPlacement.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @module ol/style/TextPlacement
|
||||
*/
|
||||
/**
|
||||
* Text placement. One of `'point'`, `'line'`. Default is `'point'`. Note that
|
||||
* `'line'` requires the underlying geometry to be a {@link module:ol/geom/LineString~LineString},
|
||||
* {@link module:ol/geom/Polygon~Polygon}, {@link module:ol/geom/MultiLineString~MultiLineString} or
|
||||
* {@link module:ol/geom/MultiPolygon~MultiPolygon}.
|
||||
* @enum {string}
|
||||
*/
|
||||
export default {
|
||||
POINT: 'point',
|
||||
LINE: 'line',
|
||||
};
|
||||
//# sourceMappingURL=TextPlacement.js.map
|
||||
Reference in New Issue
Block a user