dart-vector-tile-renderer icon indicating copy to clipboard operation
dart-vector-tile-renderer copied to clipboard

add categorical expression

Open josxha opened this issue 1 year ago • 1 comments

This pull request adds support for categorical expressions.

Example JSON snippet for a categorical expression:

"icon-image": {
      "property": "seamark:small_craft_facility:category",
      "type": "categorical",
      "stops": [
        [
          {
            "zoom": 0,
            "value": "showers"
          },
          "Showers"
        ],
        [
          {
            "zoom": 0,
            "value": "launderette"
          },
          "Launderette"
        ]
      ]

josxha avatar Jan 28 '24 15:01 josxha

@greensopinion Added the requested changes. Should be ready for another review.

josxha avatar Jan 28 '24 21:01 josxha

@josxha is this PR abandoned?

deckerst avatar Sep 23 '24 22:09 deckerst

@deckerst yes, it's currently abandoned.

josxha avatar Sep 23 '24 22:09 josxha