Re: [JPP-Devel] [openjump-gis/openjump] CADTools - Drawing Blocks throws NPEs (Issue #56)

2022-08-25 Thread edgar . soldin
wrt. below. alternatively we might add a config setting (default: off) that enables validity checking when adding CAD-Symbols. ..ede On 25.08.2022 15:07, edgar.sol...@web.de wrote: hey Mike, before i go ahead i'd like you to consult me quickly. CADTools drawing certain VertexSymbols (e.g. bo

Re: [JPP-Devel] OpenJUMP throws a null point exception if coord_ref_sys is found

2022-08-25 Thread Giuseppe Aruta
There is another solution like the one adopted byQGIS which used also .qpj with OGC, see Supported Data Formats (qgis.org) at Supported Data Formats (qgis.org)

Re: [JPP-Devel] [openjump-gis/openjump] CADTools - Drawing Blocks throws NPEs (Issue #56)

2022-08-25 Thread edgar . soldin
hey Mike, before i go ahead i'd like you to consult me quickly. CADTools drawing certain VertexSymbols (e.g. bore_01.wkt) currently fails because the described geometries fail the JTS geometry check `geometry.isValid()` . my fix would be to ignore that, as symbols do not need to be valid, but b

Re: [JPP-Devel] OpenJUMP throws a null point exception if coord_ref_sys is found

2022-08-25 Thread edgar . soldin
reads like Esri is cooking it's own soup there, https://gis.stackexchange.com/questions/129764/how-are-esri-wkt-projections-different-from-ogc-wkt-projections so the clean way probably would be, using the Esri definition if we got one or none, if we have not presuming that SHP is an Esri forma

Re: [JPP-Devel] OpenJUMP throws a null point exception if coord_ref_sys is found

2022-08-25 Thread Giuseppe Aruta
Hi Michael, Ede I try to summarize all the aspects (development and reasons) going back to 2016 when I added Vector/Raster SRS reading and (at that moment) writing with the great help of Michael To, please, forgive me if I am a bit verbose. *Reading (This was my first purpose)* Since the idea was

Re: [JPP-Devel] OpenJUMP throws a null point exception if coord_ref_sys is found

2022-08-25 Thread Michaud Michael
Ede, PeppeEPSG is good at listing all known coordinate systems in the world but unfortunately,standardization to describe them is a slow process and we sometime have to deal withdifferent identifiers (ex. epsg/esri), names (wkt/esri convention), formats (wkt, wkt2).This post gives some good hints