Hi, I would like to add some optional behaviours for the advanced projection handling module, in particular:
* ability to disable the dateline crossing heuristic in WrappingProjectionHandler (sometimes it creates weird polygons, because of wrong assumptions, but it cannot be actually disabled without disabling wrapping completely) * ability to densify points before reprojection; the densification distance should be configurable too (both for metric and degrees source CRSs); this would allow "deforming" projections to have more precise reprojections, with a (hopefully) small performance loss. Every projection handler should be able to decide if densification makes sense or not for that projection. I would use JTS Densifier for the job. The first concern, is where to store those options if we want them to be configurable from the UI (In an initial prototype I am using system properties, but I would like something more user friendly). Maybe we can add a new parameter to the ProjectionHandlerFactory: a map of hints / options that projection handlers can use to configure themselves. This would allow introducing new options in the future without extending the interface again. Thoughts? Concerns? -- Regards, Mauro Bartolomeoli == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Dott. Mauro Bartolomeoli @mauro_bart Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy mobile: +39 393 904 1756 phone: +39 0584 962313 fax: +39 0584 1660272 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
