tests on GetFeature control fail, thanks fvanderbiest for the initial
patch, non-functional change (closes #2261) git-svn-id: http://svn.openlayers.org/trunk/openlayers@9650 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
read: function(obj) {
|
read: function(obj) {
|
||||||
obj.callback.call(obj.scope, {
|
obj.callback.call(obj.scope, {
|
||||||
features: [feature1, feature2],
|
features: [feature1, feature2],
|
||||||
code: 1
|
success: function() {return true;}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
read: function(obj){
|
read: function(obj){
|
||||||
obj.callback.call(obj.scope, {
|
obj.callback.call(obj.scope, {
|
||||||
features: [feature1, feature2],
|
features: [feature1, feature2],
|
||||||
code: 1
|
success: function() {return true;}
|
||||||
});
|
});
|
||||||
return response;
|
return response;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user