dart-vector-tile-renderer
dart-vector-tile-renderer copied to clipboard
add categorical expression
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"
]
]
@greensopinion Added the requested changes. Should be ready for another review.
@josxha is this PR abandoned?
@deckerst yes, it's currently abandoned.