Hi,The problem is solved, the problem was that I was passing the parameters 
string incorrectly.  The correct way is as mentioned in the original question.
Thanks,Fawzy

--
Securely sent with Tutanota. Claim your encrypted mailbox today!
https://tutanota.com <https://tutanota.com>

12. Aug 2018 18:58 by faw...@tutamail.com <mailto:faw...@tutamail.com>:


> Hi,> I've a layer that is a custom SQL view.  This layer takes some 
> parameters that I used to pass using "viewparams" as described in the 
> documentations:> 
> http://docs.geoserver.org/stable/en/user/data/database/sqlview.html#using-a-parametric-sql-view
>  
> <http://docs.geoserver.org/stable/en/user/data/database/sqlview.html#using-a-parametric-sql-view>
> Now I need to print this layer using Mapfish. My question is how to pass the 
> parameters through Mapfish?> I've tried the following in the specs of the 
> printing reuqest, but result in an empty pdf file.
> "layers":[
>       {
>          "baseURL":"> http://localhost:6256/geoserver/wms 
> <http://localhost:6256/geoserver/wms>> ",
>          "opacity":1,
>          "singleTile":false,
>          "type":"WMS",
>          "layers":[
>             "tst:geometry_table_filtered_view "
>          ],
>          "format":"image/jpeg",
>          "styles":[
>             ""
>          ],
>          "customParams":{
>             "viewparams":"p1:v1;p2:v2"
>          }
>       }
>    ],
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to