[Geotools-devel] Using a diff of a source file in a thesis?

2013-10-11 Thread Mihail Ivanchev
Hello List, What are the conditions for using a diff of a slightly changed source file in a thesis? The diff includes all lines with the changes highlighted. The file header is preserved. I clearly state it's a file of GeoTools 9.1 and I have changed it. Regards, Mihail --

[Geotools-devel] Turn off bilinear interpolation for lines with external graphics

2013-09-19 Thread Mihail Ivanchev
Hello List! I'm rendering a line in GeoServer (using GeoTools' renderer). The line is rendered with an external graphic. This is how the rendered line looks like: http://i.imgur.com/6X6cNsz.png. I am trying to modify the class org.geotools.renderer.lite.StyledShapePainter in order to deactivate th

Re: [Geotools-devel] "Diamond exit" line renderer

2013-05-27 Thread Mihail Ivanchev
Hello, Andrea. Aliased rendering is not popular these days (everybody wants maps to be > pretty). > That said, I guess having a nicer alternative for those that do can always > come in handy. > It's indeed a nice alternative; I personally consider the default behaviour flawed. I agree one doesn't

[Geotools-devel] "Diamond exit" line renderer

2013-05-26 Thread Mihail Ivanchev
Hello GeoTools! For my research work I am drawing aliased lines of thickness 1 with the requirement that coincident line segments should be drawn using the same set of pixels in the common region. Sadly, this is not provided by the standard JRE implementations which use the Bresenham's algorithm o