Re: [mapserver-users] Strange performance problem in mapserver

2018-09-05 Thread ahlah
s.notice_radius is also 750. -- Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html ___ mapserver-users mailing list mapserver-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Need mapfile example for Cascaded WMS GetFeatureInfo request

2018-09-05 Thread Basques, Bob (CI-StPaul)
Daniel, Some more info, found the Function throwing the error (I think ), looks like your description is correct . . . /* */ /* check if all layers selected are

Re: [mapserver-users] Need mapfile example for Cascaded WMS GetFeatureInfo request

2018-09-05 Thread Basques, Bob (CI-StPaul)
Hi Daniel, All remote layers originate as separate WMS services, and all are housed on the same server. All are serving up HTML fragments for the GetFeatureInfo. And they all work individually. All request structure is the same. The cascaded service Mapfile is script built, so all the

Re: [mapserver-users] Need mapfile example for Cascaded WMS GetFeatureInfo request

2018-09-05 Thread Daniel Morissette
If I remember correctly, cascading multi-layer WMS GetFeatureInfo is only supported if both layers point to the same remote WMS server, i.e. if the CONNECTION string is identical and the other params (version, etc) match. Are both layers pointing to the same WMS server in your test mapfile?

[mapserver-users] Need mapfile example for Cascaded WMS GetFeatureInfo request

2018-09-05 Thread Basques, Bob (CI-StPaul)
All, I’m not having any luck with getting a GetFeatureInfo request to work with more than one layer in the request. All works fine with a single layer named, but as soon as more than one layer is listed in the request I’m getting a MapServer error: http://www.opengis.net/ogc;

Re: [mapserver-users] Strange performance problem in mapserver

2018-09-05 Thread Carlos Ruiz
Ahlah, Mapserver does the following that should take some additional time:encode(ST_AsBinary(ST_Force_2D("point"),'NDR'),'hex') as geomYou can execute the whole query in PostgreSQL and notice the increase of time. One question: s.notice_radius FROM (SELECT * FROM roronline.settings LIMIT 1) AS