summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/expressions.info.json
blob: 49e0280d3fdda5a64be50e3a85199ffdbdb5cd70 (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 \"curve\" 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, and thus cannot be used as a linear curve's output type."]
        ]
    }
}