Hi all,
I get an error when trying to create a new map with the external layer.
My sequence of actions:
1) Create a new map and add the external WFS layer from other Geoserver.
Everything looks normal and the layer is displayed ok.
2) Save the map.
3a) view the map in search results and get an error
3b) trying to edit the map in Geoexplorer and get the same error.
Firebug log:
this.map.getProjectionObject() is null
reverseAxisOrder: function() {
return (parseFloat(this.params.VERSION) >= 1.3 &&
!!this.yx[this.map.getProjectionObject().getCode()]); // <-- error in
this line
},
Thanks for help!
Hi, what version of GeoNode are you using? This issue was fixed in the upstream gxp library a while ago, and is fixed in both the upcoming 1.0.1 version and the 1.1 branch. Andreas. On Wed, May 11, 2011 at 2:20 PM, Dmitriy Tyugaev <dmitriy.tyugaev@gmail.com> wrote: > Hi all, > > I get an error when trying to create a new map with the external layer. > My sequence of actions: > 1) Create a new map and add the external WFS layer from other Geoserver. > Everything looks normal and the layer is displayed ok. > 2) Save the map. > 3a) view the map in search results and get an error > 3b) trying to edit the map in Geoexplorer and get the same error. > Firebug log: > this.map.getProjectionObject() is null > reverseAxisOrder: function() { > return (parseFloat(this.params.VERSION) >= 1.3 && > !!this.yx[this.map.getProjectionObject().getCode()]); // <-- error in > this line > }, > Thanks for help! > > > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers.
I'm using the latest version from github (07/05/2011). On Wed, May 11, 2011 at 5:10 PM, Andreas Hocevar <ahocevar@opengeo.org>wrote: > Hi, > > what version of GeoNode are you using? This issue was fixed in the > upstream gxp library a while ago, and is fixed in both the upcoming > 1.0.1 version and the 1.1 branch. > > Andreas. > > On Wed, May 11, 2011 at 2:20 PM, Dmitriy Tyugaev > <dmitriy.tyugaev@gmail.com> wrote: > > Hi all, > > > > I get an error when trying to create a new map with the external layer. > > My sequence of actions: > > 1) Create a new map and add the external WFS layer from other Geoserver. > > Everything looks normal and the layer is displayed ok. > > 2) Save the map. > > 3a) view the map in search results and get an error > > 3b) trying to edit the map in Geoexplorer and get the same error. > > Firebug log: > > this.map.getProjectionObject() is null > > reverseAxisOrder: function() { > > return (parseFloat(this.params.VERSION) >= 1.3 && > > !!this.yx[this.map.getProjectionObject().getCode()]); // <-- error > in > > this line > > }, > > Thanks for help! > > > > > > > > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. >
When was the last time you updated geonode-client? And also, which branch from github are you using? Andreas. On Wed, May 11, 2011 at 3:38 PM, Dmitriy Tyugaev <dmitriy.tyugaev@gmail.com> wrote: > I'm using the latest version from github (07/05/2011). > > On Wed, May 11, 2011 at 5:10 PM, Andreas Hocevar <ahocevar@opengeo.org> > wrote: >> >> Hi, >> >> what version of GeoNode are you using? This issue was fixed in the >> upstream gxp library a while ago, and is fixed in both the upcoming >> 1.0.1 version and the 1.1 branch. >> >> Andreas. >> >> On Wed, May 11, 2011 at 2:20 PM, Dmitriy Tyugaev >> <dmitriy.tyugaev@gmail.com> wrote: >> > Hi all, >> > >> > I get an error when trying to create a new map with the external layer. >> > My sequence of actions: >> > 1) Create a new map and add the external WFS layer from other Geoserver. >> > Everything looks normal and the layer is displayed ok. >> > 2) Save the map. >> > 3a) view the map in search results and get an error >> > 3b) trying to edit the map in Geoexplorer and get the same error. >> > Firebug log: >> > this.map.getProjectionObject() is null >> > reverseAxisOrder: function() { >> > return (parseFloat(this.params.VERSION) >= 1.3 && >> > !!this.yx[this.map.getProjectionObject().getCode()]); // <-- error >> > in >> > this line >> > }, >> > Thanks for help! >> > >> > >> > >> >> >> >> -- >> Andreas Hocevar >> OpenGeo - http://opengeo.org/ >> Expert service straight from the developers. > > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers.
Ok, I just saw that the geonode-client.zip on http://dev.geonode.org/dev-data/ needs an update. Building and uploading now. Andreas. On Wed, May 11, 2011 at 3:55 PM, Andreas Hocevar <ahocevar@opengeo.org> wrote: > When was the last time you updated geonode-client? And also, which > branch from github are you using? > > Andreas. > > On Wed, May 11, 2011 at 3:38 PM, Dmitriy Tyugaev > <dmitriy.tyugaev@gmail.com> wrote: >> I'm using the latest version from github (07/05/2011). >> >> On Wed, May 11, 2011 at 5:10 PM, Andreas Hocevar <ahocevar@opengeo.org> >> wrote: >>> >>> Hi, >>> >>> what version of GeoNode are you using? This issue was fixed in the >>> upstream gxp library a while ago, and is fixed in both the upcoming >>> 1.0.1 version and the 1.1 branch. >>> >>> Andreas. >>> >>> On Wed, May 11, 2011 at 2:20 PM, Dmitriy Tyugaev >>> <dmitriy.tyugaev@gmail.com> wrote: >>> > Hi all, >>> > >>> > I get an error when trying to create a new map with the external layer. >>> > My sequence of actions: >>> > 1) Create a new map and add the external WFS layer from other Geoserver. >>> > Everything looks normal and the layer is displayed ok. >>> > 2) Save the map. >>> > 3a) view the map in search results and get an error >>> > 3b) trying to edit the map in Geoexplorer and get the same error. >>> > Firebug log: >>> > this.map.getProjectionObject() is null >>> > reverseAxisOrder: function() { >>> > return (parseFloat(this.params.VERSION) >= 1.3 && >>> > !!this.yx[this.map.getProjectionObject().getCode()]); // <-- error >>> > in >>> > this line >>> > }, >>> > Thanks for help! >>> > >>> > >>> > >>> >>> >>> >>> -- >>> Andreas Hocevar >>> OpenGeo - http://opengeo.org/ >>> Expert service straight from the developers. >> >> > > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers.
Sorry, wrong again. The archives were up to date, but the gxp change that fixes your issue was not yet available on the master branch. I updated gxp and uploaded a new geonode-client.zip, so you should see things working now after rebuilding. Andreas. On Wed, May 11, 2011 at 4:04 PM, Andreas Hocevar <ahocevar@opengeo.org> wrote: > Ok, I just saw that the geonode-client.zip on > http://dev.geonode.org/dev-data/ needs an update. Building and > uploading now. > > Andreas. > > On Wed, May 11, 2011 at 3:55 PM, Andreas Hocevar <ahocevar@opengeo.org> wrote: >> When was the last time you updated geonode-client? And also, which >> branch from github are you using? >> >> Andreas. >> >> On Wed, May 11, 2011 at 3:38 PM, Dmitriy Tyugaev >> <dmitriy.tyugaev@gmail.com> wrote: >>> I'm using the latest version from github (07/05/2011). >>> >>> On Wed, May 11, 2011 at 5:10 PM, Andreas Hocevar <ahocevar@opengeo.org> >>> wrote: >>>> >>>> Hi, >>>> >>>> what version of GeoNode are you using? This issue was fixed in the >>>> upstream gxp library a while ago, and is fixed in both the upcoming >>>> 1.0.1 version and the 1.1 branch. >>>> >>>> Andreas. >>>> >>>> On Wed, May 11, 2011 at 2:20 PM, Dmitriy Tyugaev >>>> <dmitriy.tyugaev@gmail.com> wrote: >>>> > Hi all, >>>> > >>>> > I get an error when trying to create a new map with the external layer. >>>> > My sequence of actions: >>>> > 1) Create a new map and add the external WFS layer from other Geoserver. >>>> > Everything looks normal and the layer is displayed ok. >>>> > 2) Save the map. >>>> > 3a) view the map in search results and get an error >>>> > 3b) trying to edit the map in Geoexplorer and get the same error. >>>> > Firebug log: >>>> > this.map.getProjectionObject() is null >>>> > reverseAxisOrder: function() { >>>> > return (parseFloat(this.params.VERSION) >= 1.3 && >>>> > !!this.yx[this.map.getProjectionObject().getCode()]); // <-- error >>>> > in >>>> > this line >>>> > }, >>>> > Thanks for help! >>>> > >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> Andreas Hocevar >>>> OpenGeo - http://opengeo.org/ >>>> Expert service straight from the developers. >>> >>> >> >> >> >> -- >> Andreas Hocevar >> OpenGeo - http://opengeo.org/ >> Expert service straight from the developers. >> > > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers.
Thanks a lot! With new geonode-client it really works. On Wed, May 11, 2011 at 11:22 PM, Andreas Hocevar <ahocevar@opengeo.org>wrote: > Sorry, wrong again. The archives were up to date, but the gxp change > that fixes your issue was not yet available on the master branch. I > updated gxp and uploaded a new geonode-client.zip, so you should see > things working now after rebuilding. > > Andreas. > > On Wed, May 11, 2011 at 4:04 PM, Andreas Hocevar <ahocevar@opengeo.org> > wrote: > > Ok, I just saw that the geonode-client.zip on > > http://dev.geonode.org/dev-data/ needs an update. Building and > > uploading now. > > > > Andreas. > > > > On Wed, May 11, 2011 at 3:55 PM, Andreas Hocevar <ahocevar@opengeo.org> > wrote: > >> When was the last time you updated geonode-client? And also, which > >> branch from github are you using? > >> > >> Andreas. > >> > >> On Wed, May 11, 2011 at 3:38 PM, Dmitriy Tyugaev > >> <dmitriy.tyugaev@gmail.com> wrote: > >>> I'm using the latest version from github (07/05/2011). > >>> > >>> On Wed, May 11, 2011 at 5:10 PM, Andreas Hocevar <ahocevar@opengeo.org > > > >>> wrote: > >>>> > >>>> Hi, > >>>> > >>>> what version of GeoNode are you using? This issue was fixed in the > >>>> upstream gxp library a while ago, and is fixed in both the upcoming > >>>> 1.0.1 version and the 1.1 branch. > >>>> > >>>> Andreas. > >>>> > >>>> On Wed, May 11, 2011 at 2:20 PM, Dmitriy Tyugaev > >>>> <dmitriy.tyugaev@gmail.com> wrote: > >>>> > Hi all, > >>>> > > >>>> > I get an error when trying to create a new map with the external > layer. > >>>> > My sequence of actions: > >>>> > 1) Create a new map and add the external WFS layer from other > Geoserver. > >>>> > Everything looks normal and the layer is displayed ok. > >>>> > 2) Save the map. > >>>> > 3a) view the map in search results and get an error > >>>> > 3b) trying to edit the map in Geoexplorer and get the same error. > >>>> > Firebug log: > >>>> > this.map.getProjectionObject() is null > >>>> > reverseAxisOrder: function() { > >>>> > return (parseFloat(this.params.VERSION) >= 1.3 && > >>>> > !!this.yx[this.map.getProjectionObject().getCode()]); // <-- > error > >>>> > in > >>>> > this line > >>>> > }, > >>>> > Thanks for help! > >>>> > > >>>> > > >>>> > > >>>> > >>>> > >>>> > >>>> -- > >>>> Andreas Hocevar > >>>> OpenGeo - http://opengeo.org/ > >>>> Expert service straight from the developers. > >>> > >>> > >> > >> > >> > >> -- > >> Andreas Hocevar > >> OpenGeo - http://opengeo.org/ > >> Expert service straight from the developers. > >> > > > > > > > > -- > > Andreas Hocevar > > OpenGeo - http://opengeo.org/ > > Expert service straight from the developers. > > > > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. >
If you'd like to unsubscribe from this list, please send mail to: geonode-unsubscribe@librelist.com -- David Winslow OpenGeo - http://opengeo.org/ On Wed, May 11, 2011 at 10:05 AM, Guillaume SUEUR < guillaume.sueur@neogeo-online.net> wrote: > >