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!