-
Notifications
You must be signed in to change notification settings - Fork 120
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 intermittent water flag #721
Conversation
Would it be possible to use the YAML for this? |
Yes and no. The intermittent value could be present on almost any water features type, so seemed easier to include it at the query level instead. If we were to do YAML setup, something like this on every one? output:
{kind: stream}
intermittent: {col: intermittent} |
Where there's a set of common features, I've been using the The curly braces around the kind aren't needed: output:
kind: stream
intermittent: {col: tags->intermittent} I think intermittent is not a full column, so likely to find it in the tags. |
Nice, thanks for the |
@zerebubuth I've updated to the YAML syntax, but I get a few errors :( I've pushed my latest to this branch. Note you recommended
|
The issue was that you were including the I fixed that for you in 5e6947b and also merged master, which resolved issues for me with master having some changes to TileStache which weren't reflected in this branch. |
Verified all tests pass, merging. Thanks for the corrections :) |
Connects to: #668.
Don't believe a migration is necessary.