Hello Siddhest Thanks a lot for your report!
Le 07/06/2017 à 18:06, [email protected] a écrit : > The JIRA issue is SIS-351 (https://issues.apache.org/jira/browse/SIS-351) > Do you have an account on Apache JIRA so we can assign you on this task? If not it is okay, this is not essential. > My code base is available at https://github.com/SiddheshRane/sis-client > Thanks, I will checkout soon. The plan that you propose (CRS for now, metadata later) is fine. Jumping on some of the issues you encountered: > Geotk (https://github.com/Geomatys/geotoolkit) was suggested to me by > Martin as it has some ui components related to this project. The > project uses Java Advanced Imaging (JAI) which dates back to Java 1.3 > days. Even though I got a 64-bit version of that library installed > somehow, the project still could not execute. > Yes, JAI has not been maintained for a long time. The plan is to avoid dependency to JAI. Actually we should also avoid dependency to Geotk (except for testing purpose) and instead copy into SIS the code that you need. The Geotk license is LGPL, but we can relicense under Apache 2 the code written by Johann Sorel (he is on this mailing list) or by myself. You can list the Geotk classes that you need, and I will do the Intellectual Property review for determining what can be copied into SIS. > All controls developed will use the base interface in org.opengis for > display but editing will use implementation classes from SIS. I feel > this will make it more general purpose. > Yes I also encourage this approach. Not all ISO 19115 metadata will be Apache SIS implementations; we would like to be able to have at least a read-only view of arbitrary implementations. Regards, Martin
