geostyler / geostyler-style

Style declaration files for the GeoStyler project
https://geostyler.github.io/geostyler-style/docs/master/
BSD 2-Clause "Simplified" License
16 stars 15 forks source link

Allow numbers in the in function #643

Closed KaiVolland closed 1 month ago

KaiVolland commented 1 month ago

This allows numbers as arguments of the in function so this becomes a valid function:

{
  name: 'in',
  args: [
    {
      name: 'property',
      args: [
        'visualisatiecode'
      ]
    },
    10721,
    10720
  ]
}
jansule commented 1 month ago

:tada: This PR is included in version 9.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: