Tamas Szekeres

Results 26 comments of Tamas Szekeres

@bad-ch Could you share the corresponding code to be able to reproduce this? What was the testing tool to execute the stress testing? We need to compile mapserver with debug...

I think just changing the static variable to non static would be enough. https://github.com/MapServer/MapServer/blob/9823be5dc6b472872d6e73895062272faf7815f3/mapgeomutil.cpp#L38

@sdlime Actually I couldn't make sure it that fixes our original problem, which is happening on a production server with large query load.

I don't see any changes in the codebase since 6.4.x which would justify this behavior. Could you provide a mapserver logfile where we can see how the connections are handled...

AUTO style hasn't been implemented for the union layer along with the label binding. However the union layer can also refer to the attributes of the source and the binding...

@olis84 I think OUTLINECOLOR could be handled by defining different classes for the source layers (by having Union_SourceLayerName in the class expressions). However if the source layer contains classes with...

anglemode is not documented (SWIG mapscript). Also autoangle anf autofollow should be marked as deprecated.

Any update on this topic? We seem to have a bit of divergence between mapscript and the mapfile specification which doesn't contain anglemode at all. Autoangle and autofollow are not...

Any update in this topic? I don't see if it has been fixed so far.

Thanks for the hint, it looks like we use this condition in mapserver #if defined(_WIN32) && !defined(USE_FASTCGI) ..