<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
W dniu 09.01.2018 o 23:28, Graeme Fitzpatrick pisze:<br>
<br>
<blockquote type="cite"
cite="mid:CAP4zaXpdN=QJ_dV-NmHF6pC=48fwLF0bcE-Do3yLfFrd-fjRAg@mail.gmail.com">
<div dir="ltr">
<div class="gmail_extra">Carrying on from that, it would
actually be a vending machine=water as well, not a
water_point, because it's selling water, not providing it for
free?<br>
</div>
</div>
</blockquote>
<br>
It's a generic "key with multiple values" problem, which is as bad
as with any other multiple similar items.<br>
<br>
You can simply use vending=ice_cubes;water , you may try something
like:<br>
<br>
vending:ice_cubes=yes<br>
vending:water=yes<br>
<br>
...or try to break technical barrier to store multiple same keys for
the single object:<br>
<br>
vending=ice_cubes<br>
vending=water<br>
<br>
<pre class="moz-signature" cols="72">--
"My method is uncertain/ It's a mess but it's working" [F. Apple]</pre>
</body>
</html>