Closed GoogleCodeExporter closed 8 years ago
From my experience, the best way to synchronize NTS and JTS is to
browse through the JTS revision history and apply the changes subsequently to
NTS. While this may take longer, we are sure to have the tiny improvements as
well.
You can safely omit any revision of the oracle reader/writer classes. We can
port it later as a hole.
The latest revision I have handled is JTS' rev 741 with r1051. This excludes
the work on oracle reader/writer and LineDissolver.
Original comment by felix.ob...@netcologne.de
on 11 Dec 2013 at 2:24
Also EdgeGraph isn't imported, right?
Original comment by diegogu...@gmail.com
on 11 Dec 2013 at 2:59
According to this revision http://sourceforge.net/p/jts-topo-suite/code/737/
LineDissolver used to be in one namespace. Must have been refactored later.
I strongly urge you to apply changes step by step
Original comment by felix.ob...@netcologne.de
on 11 Dec 2013 at 3:06
And apply changes is similar chunks, stating which JTS revision it resembles.
Original comment by felix.ob...@netcologne.de
on 11 Dec 2013 at 3:07
ok maybe I can open a new ticket for Linedissolver and EdgeGraoh and work on it
lately
Original comment by diegogu...@gmail.com
on 11 Dec 2013 at 3:16
If you need that functionality right now, just add it in the LineDissolver
namespace. It is where I was forced to quit keeping the repositories in sync.
Original comment by felix.ob...@netcologne.de
on 11 Dec 2013 at 3:23
JTS commits from r742 to r849 added with r1123:
https://code.google.com/p/nettopologysuite/source/detail?r=1123
Original comment by diegogu...@gmail.com
on 29 Dec 2013 at 2:08
JTS commit r850 added with r1125:
https://code.google.com/p/nettopologysuite/source/detail?r=1125
IMPORTANT! With this commit I've added also Dissolve and EdgeGraph namespaces
to solution, with tests and for
Original comment by diegogu...@gmail.com
on 2 Jan 2014 at 10:04
JTS commit 852 added with r1132. Added KMLWriter and improved GMLReader.
Original comment by diegogu...@gmail.com
on 4 Jan 2014 at 3:25
JTS commits from 853 to 884 added with r1134.
Made some changes in KMLWriter.
Made some (I hope) minor changes in WKTWriter too: http://goo.gl/K9RXis (see
CreateFormatter method).
Exposed a bug in WKTWriter when formatting larg numbers: see
TestWriteLargeNumbers1 and TestWriteLargeNumbers3.
Original comment by diegogu...@gmail.com
on 6 Jan 2014 at 10:40
NTS trunk aligned to JTS trunk with commit r1145
Original comment by diegogu...@gmail.com
on 13 Jan 2014 at 4:11
all tests pass, looks ok to me :)
Original comment by diegogu...@gmail.com
on 13 Jan 2014 at 4:12
all kudos to diegoguidi
Thanks a lot. Now let us not loose track (again).
Original comment by felix.ob...@netcologne.de
on 14 Jan 2014 at 7:41
I've subscribed the RSS feed :)
http://sourceforge.net/p/jts-topo-suite/code/feed/
Original comment by diegogu...@gmail.com
on 14 Jan 2014 at 3:28
Original issue reported on code.google.com by
diegogu...@gmail.com
on 11 Dec 2013 at 2:05