72532b7dd6
This makes the style-rules.html example work with built lib.
17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
@exportSymbol ol.geom.GeometryType
|
|
@exportProperty ol.geom.GeometryType.POINT
|
|
@exportProperty ol.geom.GeometryType.LINEARRING
|
|
@exportProperty ol.geom.GeometryType.LINESTRING
|
|
@exportProperty ol.geom.GeometryType.POLYGON
|
|
@exportProperty ol.geom.GeometryType.MULTIPOINT
|
|
@exportProperty ol.geom.GeometryType.MULTILINESTRING
|
|
@exportProperty ol.geom.GeometryType.MULTIPOLYGON
|
|
@exportProperty ol.geom.GeometryType.GEOMETRYCOLLECTION
|
|
|
|
@exportSymbol ol.geom.Point
|
|
@exportSymbol ol.geom.LineString
|
|
@exportSymbol ol.geom.Polygon
|
|
@exportSymbol ol.geom.MultiPoint
|
|
@exportSymbol ol.geom.MultiLineString
|
|
@exportSymbol ol.geom.MultiPolygon
|