Matija Nalis

Results 924 comments of Matija Nalis

Another alternative is to do like we already do for selecting ferry allowed transport mode: **make _multiple_ yes/no quests.** That would allow for collecting much more detail directly, but still...

> If we assume that every ferry that is free for motor_vehicle is also free for pedestrians, we could also ask for motor_vehicle first and skip the others. - Reasonable...

I'd prefer a `fee`. IMHO: - `toll` is **charge that is levied for the privilege of using something already existing** (like road or a bridge) using just your own transportation...

> I have created a flowchart to show Great idea! Unfortunately, I find it somewhat confusing, as it does not seem to use [standard flowchart marking](https://en.wikipedia.org/wiki/Flowchart)?[^1] I.e. it adds additional...

> https://github.com/commons-app/apps-android-commons/blob/7d96e9468983d3d482c341208b8e0836feca09ff/app/src/main/res/values/strings.xml#L95 So, (for example) if ferry route is tagged only with `route=ferry` and `name=*` (likely most common case), and the user answers _"yes"_ to _"Is there any fee for...

> Well then the user would also be asked if passengers/ bikes / cars can use the ferry via their respective quests. Ah, yes. Given https://github.com/streetcomplete/StreetComplete/issues/6509 gets implemented, than _that...

BTW, GitHub supports [Mermaid diagrams](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams#creating-mermaid-diagrams) example Mermaid diagram so one can embed directly stuff like: ``` flowchart TD START(Quest eligibility) --> ELIGIBLE{Is any `fee:*=*` or `toll:*=*` set?} ELIGIBLE --> |Yes|...

> Aye, separate quests OK so implementing this issue would create 3 quests like this (by default ordering asked from top quest to bottom quest)? ```mermaid flowchart LR START1(Quest1) -->...

> Famxplor is now free but still closed-source, so should I add it to `NONFREE.md` as you suggested? As it is not [FOSS](https://en.wikipedia.org/wiki/FOSS), I think adding it to `NONFREE.md` would...

> Of course I encourage the repo maintainers to add what they see fit. While I helped trying to format this PR to be more usable **_if_** it were to...