Skip to content

Commit

Permalink
[style-spec] expose convertFilter API (#8493)
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer authored Jul 16, 2019
1 parent b5c9020 commit 0bd3ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/style-spec/style-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ import ValidationError from './error/validation_error';
import ParsingError from './error/parsing_error';
import { StyleExpression, isExpression, createExpression, createPropertyExpression, normalizePropertyExpression, ZoomConstantExpression, ZoomDependentExpression, StylePropertyFunction } from './expression';
import featureFilter from './feature_filter';
import convertFilter from './feature_filter/convert';
import Color from './util/color';
import { createFunction, isFunction } from './function';
import convertFunction from './function/convert';
Expand Down Expand Up @@ -105,6 +106,7 @@ export {
ParsingError,
expression,
featureFilter,
convertFilter,
Color,
styleFunction as function,
validate,
Expand Down

0 comments on commit 0bd3ea6

Please sign in to comment.