I have what I think is a simple procedure:
\procedure pl-map()
<$leafmap tile='natgeo' places='{"filter":"[tag[Places]]"}' zoom='4' marker='pin' color='blue'/>
\end
<<pl-map>>
Now this works in the tiddler where I defined it, but if I put <<pl-map>>
in another tiddler it produces no output. If I inspect the html it seems to be completely ignoring the procedure call.
Is there something wrong with the syntax of my procedure?