Add ol.render.IRender#drawFeature
This commit is contained in:
@@ -9,6 +9,14 @@ ol.render.IRender = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param {ol.Feature} feature Feature.
|
||||||
|
* @param {ol.style.Style} style Style.
|
||||||
|
*/
|
||||||
|
ol.render.IRender.prototype.drawFeature = function(feature, style) {
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.geom.Point} pointGeometry Point geometry.
|
* @param {ol.geom.Point} pointGeometry Point geometry.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user