romanzoller
romanzoller
Mapfish JSON style has a `graphicWidth` option for point symbolizers: https://github.com/mapfish/mapfish-print/blob/248f12f45598c432d862c65d1137769575a3c03f/core/src/main/java/org/mapfish/print/map/style/json/JsonStyleParserHelper.java#L108 This option is used to determine the `size` of the graphic: https://github.com/mapfish/mapfish-print/blob/248f12f45598c432d862c65d1137769575a3c03f/core/src/main/java/org/mapfish/print/map/style/json/JsonStyleParserHelper.java#L261 The [docs of geotools](http://docs.geotools.org/latest/javadocs/org/geotools/styling/Graphic.html#setSize-org.opengis.filter.expression.Expression-) do not explain...
In the "Test Print" interface, the "Create And Get Print" does not handle non-ASCII chars correctly. Taking the default example and adding `"title": "Cöüntries"` to `"attributes"`: a) "Create And Get...
mapfish-print version: 3.14.1 Running [this example](https://gist.github.com/romanzoller/6468d78cd6c80bcabcb68f617d0cfd2f) which renders a PNG icon using the mapfish-print CLI, the following error occurs: ``` Exception in thread "main" org.apache.batik.bridge.BridgeException: null:0 The URI "data:image/png;[...]" on...
[This png icon](https://map.schweizmobil.ch/img/markers/poi1.png), referenced in a style definition as ``` "externalGraphic": "http://localhost:8080/img/markers/poi1.png" ``` is not rendering correctly in mapfish-print 3.14.0. Using mapfish-print 3.13.0:  Using mapfish-print 3.14.0:  The bug...
I would like to be able to configure the line join attribute for line strokes. This is [supported by geotools](http://repast.sourceforge.net/docs/api/repastjava/org/geotools/styling/StyleBuilder.html#createStroke(java.awt.Color,%20double,%20java.lang.String,%20java.lang.String)), but is currently not used in mapfish-print, it looks like...