Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

parse * (any geometry) #12

Open
abalosc1 opened this issue Jan 4, 2019 · 0 comments
Open

parse * (any geometry) #12

abalosc1 opened this issue Jan 4, 2019 · 0 comments
Assignees

Comments

@abalosc1
Copy link
Collaborator

abalosc1 commented Jan 4, 2019

Example * Geometries:

*[type=palm] {
  throwWarning: tr("{0} is deprecated", "{0.tag}");
  suggestAlternative: "leaf_type";
  suggestAlternative: "trees";
  suggestAlternative: "species";
  group: tr("deprecated tagging");
}

Example Output:

    {
        "geometry": "*",
        "equals": {
            "type": "palm"
        },
        "warning": "'type=palm' is deprecated, use 'leaf_type' or 'trees' or 'species' instead"
    },
abalosc1 pushed a commit that referenced this issue Jan 7, 2019
@abalosc1 abalosc1 self-assigned this Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant