-
Notifications
You must be signed in to change notification settings - Fork 0
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
Facilities type limits #70
Comments
@BGranberg or @msilski: Limit to UDOT Facilities: These, of course, would be configurable. I'm thinking that the config would look something like this: "Limit to {option} Facilities": {
"field": "breakout",
"labels": ["UDOT", "local"],
"values": ["udot", "local"],
"offByDefault": true,
"useAnd": true
} |
The issue with this is that the attributes for the breakout column for the Roadway and Active Transportation project types can be State, Local, or State/Local. I'm not sure how to resolve this last, mixed category. I think the desired behavior would be for the Limit to UDOT Facilities control to show State AND State/Local; the Limit to Local Facilities control would show Local AND State/Local. Limit to UDOT Facilities: lower(breakout) LIKE '%state%' So the two controls would not be mutually exclusive. Would that work? |
Yes, that looks great. I got |
BREAKING CHANGE: A new filter config property, `limitFacilityType`, has been added. Also, the `useAnd` and `offByDefault` options have been removed since they are no longer needed. Also, contains some layout improvements in UsePhasing to match the new LimitFacilityType widget. Closes #70
The text was updated successfully, but these errors were encountered: