Updating old code to current ol3 version

This commit is contained in:
GaborFarkas
2016-05-14 17:47:14 +02:00
parent a052b645df
commit a6ddee0c5f
2 changed files with 11 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ ol.render.VectorContext.prototype.drawMultiPoint = function(multiPointGeometry,
/**
* @abstract
* @param {ol.geom.MultiPolygon} multiPolygonGeometry MultiPolygon geometry.
* @param {ol.Feature} feature Feature.
* @param {ol.Feature|ol.render.Feature} feature Feature.
*/
ol.render.VectorContext.prototype.drawMultiPolygon = function(multiPolygonGeometry, feature) {};