On 03/06/14 15:17, Andrea Aime wrote:
On Tue, Jun 3, 2014 at 3:12 PM, Andrea Aime <andrea.a...@geo-solutions.it <mailto:andrea.a...@geo-solutions.it>> wrote:

    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);


Btw, checked the code, these are all covered by tests, just not the mapserver/tinyows specific tests, there is an AxisOrderTest and some other bits are covered by the WFS_1_1_0_DataStoreTest,
and possibly some other tests as well (I haven't checked them all).


Hi Andrea,

I added support for these parameters in my latest patch on the branch.
Unfortunately there are no tests for it and we've run out of time.

Kind Regards
Niels
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to