Skip to content

Commit

Permalink
Merge pull request #302 from oterral/multipoint
Browse files Browse the repository at this point in the history
Bind the function to the correct this object
  • Loading branch information
gberaudo committed Dec 16, 2015
2 parents 306bd5d + 12d7b5a commit e703bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featureconverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ olcs.FeatureConverter.prototype.olMultiGeometryToCesium =
goog.asserts.assert(!goog.isNull(geometry));
this.olPointGeometryToCesium(layer, feature, geometry, projection,
olStyle, billboards, opt_newBillboardCallback);
});
}.bind(this));
return null;
}
case 'MultiLineString':
Expand Down

0 comments on commit e703bd0

Please sign in to comment.