You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PostGIS Java2D implementation of points as GeneralPath accordingly to the Javadoc is: "Points thus are translated into MoveTo() followed by a closePath."
I've tested various methods.The point is drawn when the GeneralPath has a lineTo() to the same coordinates instead closePath() (as described below: "Maybe we need a LineTo() to the same coordinages instead.")
Perhaps someone can correct it :-)
Thanks