Add ol.render.IRender#drawFeature

This commit is contained in:
Tom Payne
2013-11-10 22:40:37 +01:00
parent cab8cf4fde
commit 6ae1c2e874

View File

@@ -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.
*/