Re: [pmapper-users] Pmapper5 issue

2012-10-25 Thread Armin Burger

On 25/10/2012 19:03, Armin Burger wrote:

> And I will soon set up a maintenance release of pmapper 4

forgot to add: Thanks to Thomas who provides all those patches in SVN!

armin

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 issue

2012-10-25 Thread Armin Burger
On 25/10/2012 10:59, Raffaele Morelli wrote:
> AFAIC pmapper4 has serious trouble with latest php-mapscript (at least the
> one in debian testing/wheezy)
> In Mapserver 6.x some mapfile statements are changed and 5.x ones will
> broke 6.x, can't say if pmapper is affected too.
>
> regards
> -r
>


In addition to Thomas' reply: p.mapper had to be adapted to work with 
Mapserver 6 because of various changes in MapScript. p.mapper version 
4.2 is supposed to work with Mapserver 6.0.

And I will soon set up a maintenance release of pmapper 4 to update the 
Postgis direct calls that were missing the "ST_" prefix and hence do not 
work any more with Postgis 2.0 (Mapserver seems to have similar issues, 
so there is an additional SQL script for legacy applications for Postgis 2)

armin

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 issue

2012-10-25 Thread Thomas RAFFIN

Le 25/10/2012 10:59, Raffaele Morelli a écrit :
>
> AFAIC pmapper4 has serious trouble with latest php-mapscript (at least the
> one in debian testing/wheezy)
> In Mapserver 6.x some mapfile statements are changed and 5.x ones will
> broke 6.x, can't say if pmapper is affected too.

No, I think you should say "mapfiles from MS 5 have troubles with MS 6". 
With all applications (including pmapper4 and future pmapper5) that are 
using MS 6 you have to modify your mapfiles.

If you don't want to change your mapfiles, you can't use MS 6.

Migration guide is here: http://www.mapserver.org/MIGRATION_GUIDE.html
If I remember there are only 3 things:
- change all "SCALE " with "SCALEDENOM " (don't forget the space !)
- check the expressions like in the above link
- check the labels (BACKGROUNDXXX have been removed) and have to be 
replaced like in the above like

Thomas

> regards
> -r
>


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 issue

2012-10-25 Thread Raffaele Morelli
2012/10/25 Thomas RAFFIN 

> Hi,
>
> Pmapper 5 will be great for many reasons. But I think MapServer 6
> compatibility is not the one that should be decisive.
>
> AFAIC pmapper 4 branch is compatible with MapServer 6 (but I'm using dev
> version).
>

AFAIC pmapper4 has serious trouble with latest php-mapscript (at least the
one in debian testing/wheezy)
In Mapserver 6.x some mapfile statements are changed and 5.x ones will
broke 6.x, can't say if pmapper is affected too.

regards
-r

-- 
*L'unica speranza di catarsi, ammesso che ne esista una, resta affidata
all'istinto di ribellione, alla rivolta non isterilita in progetti, alla
protesta violenta e viscerale. (V. Evangelisti)
*
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 issue

2012-10-25 Thread Thomas RAFFIN
Hi,

Pmapper 5 will be great for many reasons. But I think MapServer 6 
compatibility is not the one that should be decisive.

AFAIC pmapper 4 branch is compatible with MapServer 6 (but I'm using dev 
version).

If there are few users feedbacks in this way concerning dev version, I 
think it could soon be tag as 4.3... But it could be interesting to wait 
for MapServer 6.2 release to validate it. Last dev version is available 
here : http://www.pmapper.net/dl/pmapper-dev.zip

Thomas

Le 25/10/2012 06:57, Raffaele Morelli a écrit :
> 2012/10/24 Armin Burger 
>
>> this a left-over from pmapper 4 that has still not been removed, you can
>> silently ignore it. Or just remove in lib/init/initmap.php -> function
>> _initConfig() the 3 lines starting with
>>
>> if ($this->map->resolution != "96") {
>
> Thank you, silently ignore it :-)
>
> I saw many great improvements and changes in v5, is there any ongoin work
> for v4 -> v5 release? (as seen on mapserver web site)
> v4 config files do they work in v5 "out of the box"? (not for me)
>
> More precisely, I run debian servers with "squeeze" on production ones, I
> am testing v5 because of mapserver 5.x will change to 6.x when wheezy will
> be released and php5-mapscript also will.
>
> Regards
> -r
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
>


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 issue

2012-10-24 Thread Raffaele Morelli
2012/10/24 Armin Burger 

> this a left-over from pmapper 4 that has still not been removed, you can
> silently ignore it. Or just remove in lib/init/initmap.php -> function
> _initConfig() the 3 lines starting with
>
>if ($this->map->resolution != "96") {


Thank you, silently ignore it :-)

I saw many great improvements and changes in v5, is there any ongoin work
for v4 -> v5 release? (as seen on mapserver web site)
v4 config files do they work in v5 "out of the box"? (not for me)

More precisely, I run debian servers with "squeeze" on production ones, I
am testing v5 because of mapserver 5.x will change to 6.x when wheezy will
be released and php5-mapscript also will.

Regards
-r
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper5 issue

2012-10-24 Thread Armin Burger
this a left-over from pmapper 4 that has still not been removed, you can 
silently ignore it. Or just remove in lib/init/initmap.php -> function 
_initConfig() the 3 lines starting with

   if ($this->map->resolution != "96") {


On 24/10/2012 09:57, Raffaele Morelli wrote:
> hi,
> I am working on a pmapper5-beta1 installation. Demo data works but when I
> try to add mapfiles from previous 4 release I always get this error, even
> if RESOLUTION is set to 96 in the mapfile.
>
>
> P.MAPPER-ERROR: DEFRESOLUTION tag not set to 96. This value is needed for
> proper function of PDF print.
>
>
> Any hints?
>
> Regards
>
> -raffaele
>


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Pmapper5 issue

2012-10-24 Thread Raffaele Morelli
hi,
I am working on a pmapper5-beta1 installation. Demo data works but when I
try to add mapfiles from previous 4 release I always get this error, even
if RESOLUTION is set to 96 in the mapfile.


P.MAPPER-ERROR: DEFRESOLUTION tag not set to 96. This value is needed for
proper function of PDF print.


Any hints?

Regards

-raffaele

-- 
*L'unica speranza di catarsi, ammesso che ne esista una, resta affidata
all'istinto di ribellione, alla rivolta non isterilita in progetti, alla
protesta violenta e viscerale. (V. Evangelisti)
*
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users