Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to parse some or all MVT feature properties as JSON #715

Merged
merged 6 commits into from
May 30, 2019

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    176927c View commit details
    Browse the repository at this point in the history
  2. only check if property values look like JSON for parse_json: true

    assume specified property names can be parsed when using `parse_json: []` form
    bcamper committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    2f8f269 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    4d86068 View commit details
    Browse the repository at this point in the history
  2. use '\.' to escape dot notation on feature properties in filters

    (unescaped '.' will be interpreted as a nested feature property)
    bcamper committed May 1, 2019
    Configuration menu
    Copy the full SHA
    5f13a07 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. add filter syntax to match if a feature property that's an array cont…

    …ains some or all of a list of values
    bcamper committed May 3, 2019
    Configuration menu
    Copy the full SHA
    c552ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc378cb View commit details
    Browse the repository at this point in the history