On Fri, Nov 9, 2012 at 2:58 PM, Jody Garnett <[email protected]> wrote:

>  I have going through a couple laps of the WMS code around handling of
> bounding boxes, and I am stuck :(
>
> I need a reliable way to represent "EPSG:4326" in the official NORTH_EAST
> axis order - *all* the time (so I can represent internally what WMS 1.3.0
> server is thinking).
>
> 0 ) When using no special settings:
> - "EPSG:4326" EAST_NORTH
> - "urn:x-ogc:def:crs:EPSG::4326" EAST_NORTH
>
> 1) When
> using Hints.putSystemDefault(Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER,
> Boolean.TRUE)
> - "EPSG:4326" EAST_NORTH
> - "urn:x-ogc:def:crs:EPSG::4326" NORTH_EAST
>
> 2) When using System.setProperty("org.geotools.referencing.forceXY",
> "true");
> - "EPSG:4326" EAST_NORTH
> - "urn:x-ogc:def:crs:EPSG::4326" EAST_NORTH
>
>
This one is a regression, it used to be like 1)... actually if we have that
WFS 1.1 and WFS 2.0
in GeoServer should have stopped working as well, but we don't see it...
odd?

Cheers
Andrea


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it 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

-------------------------------------------------------
------------------------------------------------------------------------------
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_d2d_nov
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to