Jesse Eichar

Results 21 issues of Jesse Eichar

Consider the case where CAS is used to authentication users. What we want to be able to do in this case is have the user be able to authenticate with...

Add a section in the main configuration and in templates where "shared objects" can be defined. The use-case here is to define several layers in the shared objects configuration section...

enhancement

Right now the DPI value can be configured per map definition. I don't know if it makes sense to have map graphics with different DPI values on one page. So,...

It would be nice if you could use vector layers with a projection other than the map projection.

Right now the parameter `OsmLayerParam.dpi` is ignored. We should support tiles with a higher DPI. For example MapBox provides high-DPI tiles for retina screens. These tiles use the 256x256 tiling...

Consider CreateMapProcessor and ScalebarProcessor. Crea Scalebar processor has an output value: subReport Map Map processor has an output value: mapSubReport If you want to configure system the value name subReport...

At the moment jasper reports creates a new thread pool each time a report is generated. The thread pool is created for filling/generating subreports. In our case we need to...

Enums have a name so the label is basically redundant if a case insensitive matching against the name is done. I suggest removing the label. Same goes for Horizontal and...

I wanted to get the filenames from a PathSet, so I tried doing this: ps.map(_.name) That, unexpectedly, doesn't really work. Well, it works, but the result is not a PathSet[String]....

Right now it is: ``` val integerTraversable = for { processor

impact_minor
comp_core
type_improvement