Hi,
One way to add extra attributes is using MACROS. You can create MACROS for the attributes you want to add and populate its value. For example you can use:
macros.put("@ATTRIBUTE_NAME@", "This is the attribute value");
And then in the response, you can get its value through simple HTML or javascript by accessing @ATTRIBUTE_NAME@.
You can also populate an array for attributes like this:
macros.put("@ARRAY_NAME@", JSON.stringify(javascriptArrayName));
and then in the infomap response, you will find a list of values when you display @ARRAY_NAME@ through HTML/javascript.
Hope it helps.
Regards,
------------------------------
Jahanzaib Sarwar
------------------------------