-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
wip multiexpression #109
wip multiexpression #109
Conversation
"State Game Land", "State Park", "Watershed Recreation Unit", "Wild Forest", "Wilderness Area", | ||
"Wilderness Study Area", "Wildlife Management", "Wildlife Management Area", "Wildlife Sanctuary"); | ||
|
||
// public static Stream<MultiExpression.Entry<String>> US_LANDUSE_KIND = compose( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not implemented yet...
Stream.of(entry("pedestrian", matchAny("man_made", "bridge"))), | ||
valueEntries("man_made", "pier"), | ||
valueEntries("natural", "beach"), | ||
valueEntries("shop", "grocery", "supermarket"), // not in tilezen? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nvkelso to research
// assertKind("airfield", Map.of("military", "airfield")); | ||
assertKind("golf_course", Map.of("leisure", "golf_course")); | ||
// assertKind("marina", Map.of("leisure", "marina")); | ||
assertKind("park", Map.of("leisure", "park")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To test the order of operations, there should at least be one test that includes other tags than just the expected minimum tags... eg add a boundary key-value in.
b5e7f89
to
2273738
Compare
Kudos, SonarCloud Quality Gate passed! |
25f9922
to
cb340e8
Compare
Kudos, SonarCloud Quality Gate passed! |
cb340e8
to
5265fda
Compare
|
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
@nvkelso this is a WIP on a refactor of landuse into an expression