Re: ImageMapPlus

2021-09-08 Thread Gary Kephart
Juan, Ulf, It's not an actual geographic map that I'm dealing with. As part of a redesign of my website, I have to deal with the graphics like the one on this page: http://encyclopaedia-wot.org/books/teotw/index.html So, good thing I'm a Java programmer. I'll try my hand at modifying the co

Re: ImageMapPlus

2021-09-08 Thread Juan Pablo Santos Rodríguez
Hi, yep, plugin should be recompiled using the classes under jspwiki-api-LATEST.jar. Another option would be using the %%maps style present on the Haddock template [#1] best regards, juan pablo [#1]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Maps On Wed, Sep 8, 2021 at 8:34 AM Ulf Dittmer

Re: ImageMapPlus

2021-09-07 Thread Ulf Dittmer
Given "com/ecyrd/jspwiki/plugin/WikiPlugin", it can't work with current JSPWiki versions. These days, the corresponding class would be org.apache.wiki.api.plugin.WikiPlugin. So you'd have to modify the source code to use the org.apache.wiki package and classes rather than com.ecyrd.jspwiki. I don't