<div dir="ltr">Hi,<div>When i upload the ITRF 2005 data directly to geoserver, i need to declare the SRS which is epsg: 4896. Computing the latlon bounding box fails with "Error computing the geographic bounds:transform error"</div><div>Defining the projection in QGIS as Daniel suggests, geoserver still cant compute the bounding box.</div><div>I'll test different definitions of the projection to see if geoserver accepts.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 15, 2016 at 11:25 AM, David Alda Fernandez de Lezea <span dir="ltr"><<a href="mailto:dalda@hazi.eus" target="_blank">dalda@hazi.eus</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
As I posted in the GeoServer's Users List there are minor differences in the WKT definitions of EPSG:900913 and EPSG:3857:<br>
<br>
This the WKT representation of GeoServer's ESPG:900913<br>
<br>
PROJCS["WGS84 / Google Mercator",<br>
  GEOGCS["WGS 84",<br>
    DATUM["World Geodetic System 1984",<br>
      SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],<br>
      AUTHORITY["EPSG","6326"]],<br>
    PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],<br>
    UNIT["degree", 0.017453292519943295],<br>
    AXIS["Longitude", EAST],<br>
    AXIS["Latitude", NORTH],<br>
    AUTHORITY["EPSG","4326"]],<br>
  PROJECTION["Mercator_1SP"],<br>
  PARAMETER["semi_minor", 6378137.0],<br>
  PARAMETER["latitude_of_origin", 0.0],<br>
  PARAMETER["central_meridian", 0.0],<br>
  PARAMETER["scale_factor", 1.0],<br>
  PARAMETER["false_easting", 0.0],<br>
  PARAMETER["false_northing", 0.0],<br>
  UNIT["m", 1.0],<br>
  AXIS["x", EAST],<br>
  AXIS["y", NORTH],<br>
  AUTHORITY["EPSG","900913"]]<br>
<br>
And this is the one in spatial reference (<a href="http://spatialreference.org/ref/sr-org/6627/html/" rel="noreferrer" target="_blank">http://spatialreference.org/ref/sr-org/6627/html/</a> )<br>
<br>
PROJCS["Google Mercator",<br>
    GEOGCS["WGS 84",<br>
        DATUM["World Geodetic System 1984",<br>
            SPHEROID["WGS 84",6378137.0,298.257223563,<br>
                AUTHORITY["EPSG","7030"]],<br>
            AUTHORITY["EPSG","6326"]],<br>
        PRIMEM["Greenwich",0.0,<br>
            AUTHORITY["EPSG","8901"]],<br>
        UNIT["degree",0.017453292519943295],<br>
        AXIS["Geodetic latitude",NORTH],<br>
        AXIS["Geodetic longitude",EAST],<br>
        AUTHORITY["EPSG","4326"]],<br>
    PROJECTION["Mercator_1SP"],<br>
    PARAMETER["semi_minor",6378137.0],<br>
    PARAMETER["latitude_of_origin",0.0],<br>
    PARAMETER["central_meridian",0.0],<br>
    PARAMETER["scale_factor",1.0],<br>
    PARAMETER["false_easting",0.0],<br>
    PARAMETER["false_northing",0.0],<br>
    UNIT["m",1.0],<br>
    AXIS["Easting",EAST],<br>
    AXIS["Northing",NORTH],<br>
    AUTHORITY["EPSG","900913"]]<br>
<br>
As you can see in the AXIS part there're two differences. I don't know if this is something crucial or not.<br>
<br>
I more or less managed to get it work by setting GeoNode's default SRS to ESPG:3857 (/usr/local/lib/python2.7/dist-packages/geonode/settings.py) and by setting the following layer properties in GeoServer:<br>
<br>
Native: EPSG:3857 (what I comes)<br>
Declared: 3857<br>
Forced to declared<br>
<br>
<br>
But it seems that there're some problems when a creating a new map from the layer due to this change. I'll keep on investigating.<br>
<br>
Thanks.<br>
<br>
Regards.<br>
<span class=""><br>
Agur bero bat,<br>
<br>
<br>
<br>
David Alda Fernández de Lezea<br>
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.<br>
dalda@hazi.eus | www.hazi.eus<br>
T 945 003 240 – M 627 923 170 – F 945 003 290<br>
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba<br>
 <br>
*********************  LEGE OHARRA   *******************   AVISOLEGAL   *******************   DISCLAIMER   *****************************<br>
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.<br>
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.<br>
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.<br>
<br>
De: Simone Dalmasso [mailto:<a href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a>]<br>
</span>Enviado el: jueves, 11 de febrero de 2016 13:34<br>
<div class="HOEnZb"><div class="h5">Para: David Alda Fernandez de Lezea<br>
CC: <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
Asunto: Re: [GeoNode-users] Geonode SRS 3857<br>
<br>
Can't reach your server, anyway would be strange if geoserver treats 900913 requests different from 3857.<br>
<br>
@afabiani any hints?<br>
<br>
2016-02-11 10:26 GMT+01:00 David Alda Fernandez de Lezea <dalda@hazi.eus>:<br>
Hi Simone,<br>
<br>
It’s strange yes… In GeoServer the layers are served in 3857 (native and declared) and if I preview the layer directly from GeoServer I can see those labels correctly but once loaded into the GeoExplorer Map the tiles are requested under 900913, I mean, I’ve tracking them down with fiddler and I can’t see anywhere a 3857 parameter.<br>
<br>
If you want to check the layer I’m using you can do it with:<br>
<br>
<a href="http://www.geo.euskadi.eus/WMS_NEKAZARITZA" rel="noreferrer" target="_blank">http://www.geo.euskadi.eus/WMS_NEKAZARITZA</a>?<br>
<br>
LAYER=ADR_DR_TEXT<br>
<br>
Agur bero bat,<br>
<br>
<br>
<br>
David Alda Fernández de Lezea<br>
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.<br>
dalda@hazi.eus | www.hazi.eus<br>
T 945 003 240 – M 627 923 170 – F 945 003 290<br>
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute – Araba<br>
 <br>
*********************  LEGE OHARRA   *******************   AVISOLEGAL   *******************   DISCLAIMER   *****************************<br>
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.<br>
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.<br>
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.<br>
<br>
De: Simone Dalmasso [mailto:<a href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a>]<br>
Enviado el: jueves, 11 de febrero de 2016 10:11<br>
Para: David Alda Fernandez de Lezea<br>
CC: <a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
Asunto: Re: [GeoNode-users] Geonode SRS 3857<br>
<br>
Hi,<br>
<br>
the two srs should be exactly the same. I've loaded many 3857 layers without any issue or need to change the geonode code. Also, geonode preserves the native projection so in geoserver they are published as 3857 and geoexplorer just directly load them.<br>
<br>
Not sure why you get deformed labels.<br>
<br>
2016-02-10 12:54 GMT+01:00 David Alda Fernandez de Lezea <dalda@hazi.eus>:<br>
Hi list,<br>
<br>
I need to change the default CRS to EPSG:3857. In theory it's the same to EPSG:900913 but when I get a layer in a native 3857 CRS if I load the layer into the GeoExplorer the labels and vector contours appear slightly deformed.<br>
<br>
I've changed views.py and layers.py but I still get in the map SRS=EPSG:900913 requests..<br>
<br>
Where do I have to change the default srs?<br>
<br>
Is there a plan to move from 900913 to 3857?? 900913 seems to be obsolete and the official is 3857?<br>
<br>
Thanks,<br>
Agur bero bat,<br>
<br>
<br>
David Alda Fernández de Lezea<br>
Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa.<br>
dalda@hazi.eus | www.hazi.eus<br>
T 945 003 240 - M 627 923 170 - F 945 003 290<br>
Hazi | Granja Modelo de Arkaute s/n | 01192 Arkaute - Araba<br>
 <br>
*********************  LEGE OHARRA   *******************   AVISOLEGAL   *******************   DISCLAIMER   *****************************<br>
Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.<br>
Este mensaje es personal y confidencial y su uso no autorizado está prohibido legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo ni conservarlo.<br>
This message is personal and confidential, unauthorised use is legally prohibited. If you are not the intended recipient, delete it without resending or backing it.<br>
<br>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
<br>
<br>
<br>
<br>
--<br>
Simone <br>
<br>
<br>
<br>
<br>
--<br>
Simone <br>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr"><font face="courier new, monospace">Allan Oware</font></div><div><br></div><div dir="ltr"><font face="courier new, monospace"><br></font><div><br><div><br><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</div>