In the version i gave it only take the workstreet.
I haven't tested it but you can try to put all the obj parameter in q1, like this :
Quote:
|
<param name="q1">${obj.workStreet},${obj.workPostalCode}, ${obj.workCity}</param>
|
it is ${obj.workCity} to get the city parameters.
One more thing : the version I gave open a new window but you can make the zimlet open in dialog window as before by changing those lines :
into
You can look at this whitepaper for more parameters :
ZimletWhitepaper