summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/expressions.info.json
blob: 9e1765ecd0ed7397e68d45d8610f3020ff2e03b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "default": {
        "log": [
            [1, "WARNING", "ParseStyle", "Expected color but found number instead."],
            [1, "WARNING", "ParseStyle", "[2]: Expected number but found string instead."],
            [1, "WARNING", "ParseStyle", "\"zoom\" expression may only be used as input to a top-level \"step\" or \"interpolate\" expression."],
            [1, "WARNING", "ParseStyle", "value must be a string"],
            [1, "WARNING", "ParseStyle", "property expressions not supported"],
            [1, "WARNING", "ParseStyle", "Type array<number> is not interpolatable."]
        ]
    }
}