Re: [mapserver-users] Mapserver 6.4 does not draw dense line segments at lower zoom levels. Why?

2020-03-02 Thread Steve Lime
Hi! My guess is your v.5 style is being interpreted differently in v.6. For example, what’s the purpose of the ANGLE 360? There were some big changes between versions 5 and 6. For example you don’t have to use a circular brush to draw a thick line. You should be able to do something much simpler

[mapserver-users] Mapserver 6.4 does not draw dense line segments at lower zoom levels. Why?

2020-03-02 Thread Ei Fujioka
Hello all, I'm upgrading a web site that I have been developing for many years. The web site uses Mapserver & Mapscript along with PHP. Mapserver layers are drawn on top of Google Maps using Javascript. What I'm struggling to figure out is that a line layer is not drawn at lower zoom levels

[mapserver-users] Validation regex question

2020-03-02 Thread Carlos Ruiz
Hello all, Yesterday I binded Mapserver generated images on a Shiny (R) application through CGI and I had to include a VALIDATION section for being able to send values as variables for filtering. I wonder why it didn't allow me specify something like "^[TRUE|FALSE]$" or "^TRUE|FALSE$" to