I am currently trying to describe a parking area that charges a different fee depending on each type of vehicle (motorcar, motorcycle or school_bus). No matter for how long the vehicle is parked, the charge will vary according to the vehicle type as the only conditioned factor. I believe hypothetically it would need to be something like thess tags: fee=yes + charge:conditional=motorcar @ (45 US$) if that makes any sense… what does the community recommend for this one?
There is charge:motorcar = 45 USD if you want to use that. The conditional doesn’t work.
1 Like
Thank you @ Jofban. That was the other option I had thought of, but was unsure if it would be functional. I will try that now.