Add empty ol.format.OSMXML.prototype.write*
This commit is contained in:
committed by
Guillaume Beraudo
parent
4289f0a686
commit
2713175e15
@@ -208,3 +208,24 @@ ol.format.OSMXML.prototype.readFeaturesFromNode = function(node, opt_options) {
|
|||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.format.OSMXML.prototype.readProjection;
|
ol.format.OSMXML.prototype.readProjection;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Not implemented.
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.format.OSMXML.prototype.writeFeatureNode = function(feature, opt_options) {};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Not implemented.
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.format.OSMXML.prototype.writeFeaturesNode = function(features, opt_options) {};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Not implemented.
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.format.OSMXML.prototype.writeGeometryNode = function(geometry, opt_options) {};
|
||||||
|
|||||||
Reference in New Issue
Block a user