<div>On 1 May 2006 10:37:18 -0700 (PDT) Mikel wrote:</div>
<div>> > 1. Display of tags does not work in my humble opinion.<br>> > I then changed the following in index.php (around line 24) from:<br>> > <span class="sponsor">Tags</span><br>
> > <div id="legend" class="legend"></div><br>> ><br>> > ...To:<br>> > <span class="sponsor">Tags</span><br>> > <div id="legend" class="legend">
<br>> > <?php include ("./tags");<br>> > ?><br>> > </div><br>> ><br>> > Then it worked, but its probably a hack...?<br>><br>> The "tags" file is loaded in by Javascript. Including it on the server works at startup, but not for Ajax updates after 
</div>
<div>> annotations are added. If there's some bug in the Javascript, that should be addressed.<br> </div>
<div>Many thanks for your hints. Regarding tag display I can't get it to run - and I can't follow how </div>
<div>  <div id="legend" class="legend"></div>
<div>should call JavaScript code on client side... See perhaps here my demo at <a href="http://www.geometa.info/worldkit/index.php">http://www.geometa.info/worldkit/index.php</a> .</div>
<div> </div>
<div> </div>
<div>I've got some other issues: </div>
<div> </div>
<div>* When users insert non-ASCII characters (like umlauts), the rss.xml-reader - which is somehow a hard coded file name in those .js files(?) - just breaks and nothing is displayed. So even new UTF8-URLs would'nt work.
</div>
<div> </div>
<div>* I recognized, that the rss.xml item writer splits multiple items into single <category>tag2</category><category>tag3</category> tags. As far as I know, RSS recognises only one...? So this example should be encoded perhaps as <category>tag2 tag3</category> - but I'm not sure.
</div>
<div> </div>
<div>* Which height/width tags really controls the size of the content window? Is it the tags in <worldkitconf> in config.xml file, or <object> and <emded> and in index.php file? I actually wanted to get a 500 x 500 px map and ended up in maintaining the 500 x 250 px ratio...
</div>
<div> </div>
<div>* I'm just wondering what the upper limits of the size of rss.xml would be...</div>
<div> </div>
<div>-- Stefan</div>
<div> </div>