On Tue, Jun 3, 2014 at 3:09 PM, Niels Charlier <ni...@scitus.be> wrote:

> Well I ported the tinyows and mapserver tests from wfs to wfs-ng...
>>
>
There is a number of issues with cascading those two, I'm not 100% sure the
tests
cover them all.

The parameters I'm concerned, because they were recently (roughly one year
ago) added, are the following:

        final String namespaceOverride = (String) NAMESPACE.lookUp(params);
        final Boolean useDefaultSRS = (Boolean)
USEDEFAULTSRS.lookUp(params);
        final String axisOrder = (String) AXIS_ORDER.lookUp(params);
        final String axisOrderFilter = (String)
AXIS_ORDER_FILTER.lookUp(params) == null ? (String) AXIS_ORDER
                .lookUp(params) : (String) AXIS_ORDER_FILTER.lookUp(params);
        final String outputFormat = (String) OUTPUTFORMAT.lookUp(params);


Can all of them be mapped to an equivalent in wfs-ng?

Cheers
Andrea

-- 
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to