';
content += '
' + feature.attributes.title + '
';
/* the description contains six attributes:
* time/date
* place
* address
* organisation
* details
* url
*/
/* we don't do this formatting here - but in the gml file generation script instead
var items = feature.attributes.description.split('#', 6);
content += '
';
content += '- Wann: ' + items[0] + '
';
content += '- Ort: ' + items[1] + '
';
content += '- Adresse: ' + items[2] + '
';
content += '- Veranstalter: ' + items[3] + '
';
content += '- Details: ' + items[4] + '
';
content += '- mehr ...
';
content += '
';
*/
content += feature.attributes.description
content += ''
// do naive protection against Javascript.
if (content.search("