Carsten Klein

Results 6 issues of Carsten Klein

@michael-o Here's the patch to add support for additional user attributes to DataSourceRealm.

As you may know, we are implementing a fully featured WMS server based on Node Mapnik. It turns out, that most of Mapnik's incredible rendering speed, compared to many other...

There are some getters and setters missing in Node Mapnik's `Layer` class. Notably, that are the accessors for `cache_features`, `group_by`, `buffer_size`, `comp_op`, `maximum_extent` and `opacity`. Additionally, the Layer class lacks...

**_This comment is not yet complete. It covers a complex topic and I try to be very clear and correct, which takes some time. I will continue writing on it...

In all request entry functions, notably '__call__' in wsgi.py and modserver.py and 'process' in cgiserver.py, you delete 'service' and 'version' parameters from reqparams. However, in the exception handler you get...

Hi there, All types of exception reports currently are returned with a HTTP status code of 404 Not Found. Actually, that's not ideal, since in case of an error ("Oh,...