Re: [mapserver-users] Upgrading to 6.4.x

2014-02-26 Thread Basques, Bob (CI-StPaul)
Steve,

Take a look at these two samples, notice the line angle points  . . .

http://pwultra5.ci.stpaul.mn.us/tmp/samples/

Roughly the same area (one layer include the AVL tracking point, this is 
separated in the newer version.

Bobb



From: Lime, Steve D (MNIT)
Sent: Tuesday, February 25, 2014 5:14 PM
To: Basques, Bob (CI-StPaul); mapserver-users@lists.osgeo.org
Subject: RE: Upgrading to 6.4.x

Can you post pics?

From: 
mapserver-users-boun...@lists.osgeo.orgmailto:mapserver-users-boun...@lists.osgeo.org
 [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Basques, Bob 
(CI-StPaul)
Sent: Tuesday, February 25, 2014 3:09 PM
To: mapserver-users@lists.osgeo.orgmailto:mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Upgrading to 6.4.x

All,

Has anyone experienced a problem with MapServer not drawing short segments 
correct in the newer versions?  I have a V5.4 that is outputting segmented 
lines (continuous but separate line segments) just fine.  But the V6.4 version 
is not drawing small (visually) line segments, and leaving gaps in the line.  
The problem seems to be related to some sort of pixel threshold, if I zoom in, 
the lines become visually longer, and they display correctly.

Am I explaining this correctly?

Thanks

Bobb



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Upgrading to 6.4.x

2014-02-26 Thread thomas bonfort
How are you drawing those lines? Using a circle symbol as was
required in pre-5 version is not supported anymore.

--
thomas

On 25 February 2014 22:08, Basques, Bob (CI-StPaul)
bob.basq...@ci.stpaul.mn.us wrote:
 All,



 Has anyone experienced a problem with MapServer not drawing short segments
 correct in the newer versions?  I have a V5.4 that is outputting segmented
 lines (continuous but separate line segments) just fine.  But the V6.4
 version is not drawing small (visually) line segments, and leaving gaps in
 the line.  The problem seems to be related to some sort of pixel threshold,
 if I zoom in, the lines become visually longer, and they display correctly.



 Am I explaining this correctly?



 Thanks



 Bobb








 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Upgrading to 6.4.x

2014-02-26 Thread Basques, Bob (CI-StPaul)
Ok, I can go with that, but if it displays it at all, shouldn't it display it 
the same as it did (or not at all??)  :c)

It is actually displaying, just differently than it did.

Bobb


-Original Message-
From: thomas bonfort [mailto:thomas.bonf...@gmail.com] 
Sent: Wednesday, February 26, 2014 10:06 AM
To: Basques, Bob (CI-StPaul)
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Upgrading to 6.4.x

How are you drawing those lines? Using a circle symbol as was required in 
pre-5 version is not supported anymore.

--
thomas

On 25 February 2014 22:08, Basques, Bob (CI-StPaul) 
bob.basq...@ci.stpaul.mn.us wrote:
 All,



 Has anyone experienced a problem with MapServer not drawing short 
 segments correct in the newer versions?  I have a V5.4 that is 
 outputting segmented lines (continuous but separate line segments) 
 just fine.  But the V6.4 version is not drawing small (visually) line 
 segments, and leaving gaps in the line.  The problem seems to be 
 related to some sort of pixel threshold, if I zoom in, the lines become 
 visually longer, and they display correctly.



 Am I explaining this correctly?



 Thanks



 Bobb








 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Upgrading to 6.4.x

2014-02-26 Thread Basques, Bob (CI-StPaul)
Ok, that was easy enough to fix.

For future reference, I did try using the WIDTH option, but I left the CIRCLE 
symbol in there and got an error.

So in the end, I deleted CIRCLE as a symbol, and changed SIZE to be WIDTH 
instead, now they look like the old ones, actually they might look even 
smoother now . . .

http://pwultra5.ci.stpaul.mn.us/tmp/samples/ms-6.4-MOD01.png

:c)

Thanks Tamas.

We're in the middle of moving everything over and trying to make a checklist of 
things to change in the Mapfiles to upgrade them.

-Original Message-
From: thomas bonfort [mailto:thomas.bonf...@gmail.com] 
Sent: Wednesday, February 26, 2014 10:06 AM
To: Basques, Bob (CI-StPaul)
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Upgrading to 6.4.x

How are you drawing those lines? Using a circle symbol as was required in 
pre-5 version is not supported anymore.

--
thomas

On 25 February 2014 22:08, Basques, Bob (CI-StPaul) 
bob.basq...@ci.stpaul.mn.us wrote:
 All,



 Has anyone experienced a problem with MapServer not drawing short 
 segments correct in the newer versions?  I have a V5.4 that is 
 outputting segmented lines (continuous but separate line segments) 
 just fine.  But the V6.4 version is not drawing small (visually) line 
 segments, and leaving gaps in the line.  The problem seems to be 
 related to some sort of pixel threshold, if I zoom in, the lines become 
 visually longer, and they display correctly.



 Am I explaining this correctly?



 Thanks



 Bobb








 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Upgrading to 6.4.x

2014-02-25 Thread Basques, Bob (CI-StPaul)
All,

Has anyone experienced a problem with MapServer not drawing short segments 
correct in the newer versions?  I have a V5.4 that is outputting segmented 
lines (continuous but separate line segments) just fine.  But the V6.4 version 
is not drawing small (visually) line segments, and leaving gaps in the line.  
The problem seems to be related to some sort of pixel threshold, if I zoom in, 
the lines become visually longer, and they display correctly.

Am I explaining this correctly?

Thanks

Bobb



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Upgrading to 6.4.x

2014-02-25 Thread Lime, Steve D (MNIT)
Can you post pics?

From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Basques, Bob 
(CI-StPaul)
Sent: Tuesday, February 25, 2014 3:09 PM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Upgrading to 6.4.x

All,

Has anyone experienced a problem with MapServer not drawing short segments 
correct in the newer versions?  I have a V5.4 that is outputting segmented 
lines (continuous but separate line segments) just fine.  But the V6.4 version 
is not drawing small (visually) line segments, and leaving gaps in the line.  
The problem seems to be related to some sort of pixel threshold, if I zoom in, 
the lines become visually longer, and they display correctly.

Am I explaining this correctly?

Thanks

Bobb



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Upgrading to 6.4.x

2014-02-25 Thread Basques, Bob (CI-StPaul)
Steve,

I'll send something out tomorrow.  This is tied into the AVL, and all the 
trucks are now back to the yard and parked for the day.  :c)

You want a copy of the MAPFILE too, it's fairly short.

Thanks

Bobb



From: Lime, Steve D (MNIT)
Sent: Tuesday, February 25, 2014 5:14 PM
To: Basques, Bob (CI-StPaul); mapserver-users@lists.osgeo.org
Subject: RE: Upgrading to 6.4.x

Can you post pics?

From: 
mapserver-users-boun...@lists.osgeo.orgmailto:mapserver-users-boun...@lists.osgeo.org
 [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Basques, Bob 
(CI-StPaul)
Sent: Tuesday, February 25, 2014 3:09 PM
To: mapserver-users@lists.osgeo.orgmailto:mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Upgrading to 6.4.x

All,

Has anyone experienced a problem with MapServer not drawing short segments 
correct in the newer versions?  I have a V5.4 that is outputting segmented 
lines (continuous but separate line segments) just fine.  But the V6.4 version 
is not drawing small (visually) line segments, and leaving gaps in the line.  
The problem seems to be related to some sort of pixel threshold, if I zoom in, 
the lines become visually longer, and they display correctly.

Am I explaining this correctly?

Thanks

Bobb



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users