Fixing typo
Thanks @bartvde for spotting this.
This commit is contained in:
@@ -393,7 +393,7 @@ ol.parser.ogc.GML_v3 = function(opt_options) {
|
|||||||
'upperCorner': function(bounds) {
|
'upperCorner': function(bounds) {
|
||||||
// only 2d for simple features profile
|
// only 2d for simple features profile
|
||||||
var pos;
|
var pos;
|
||||||
if (this.axisOrientation().substr(0, 2) === 'en') {
|
if (this.getAxisOrientation().substr(0, 2) === 'en') {
|
||||||
pos = (bounds.right + ' ' + bounds.top);
|
pos = (bounds.right + ' ' + bounds.top);
|
||||||
} else {
|
} else {
|
||||||
pos = (bounds.top + ' ' + bounds.right);
|
pos = (bounds.top + ' ' + bounds.right);
|
||||||
|
|||||||
Reference in New Issue
Block a user