Re: [pmapper-users] Bug? in result windows

2010-02-20 Thread Armin Burger
Nahum I tried to work out fixes workarounds for this new behaviour of MS 5.6 with PostGIS layers and query results. Some quick testing worked fine in both MS 5.6 and 5.2. If you want to test it use either a fresh checkout of SVN trunk or download just the files committed in changeset 952

Re: [pmapper-users] catInfoLink grpInfoLink in v4.x

2010-02-20 Thread emanuele masiero
thank Armin! I think I found a small error in the code in the file tocinfolink.js Correction: delete .groupList from typeof(PM.Plugin.TocInfolink.options.groupList) Here is the corrected line: var groupList = typeof (PM.Plugin.TocInfolink.options) = 'undefined'?

Re: [pmapper-users] catInfoLink grpInfoLink in v4.x

2010-02-20 Thread Armin Burger
The check for 'PM.Plugin.TocInfolink.options.groupList' was correct. But it required a config option in the config xml as mentioned in the readme. I made some modifications and now it does not require any configuration setting, if not existing it will just use defaults. If you want to create