Skip to content

Commit

Permalink
Relax geometry type of csAddBillboard
Browse files Browse the repository at this point in the history
Allow other geometry types to be converted to billboards.
  • Loading branch information
gberaudo committed Aug 7, 2015
1 parent 67262fd commit 1f84c9e
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 @@ -211,7 +211,7 @@ olcs.FeatureConverter.prototype.addTextStyle =
* @param {!Cesium.optionsBillboardCollectionAdd} bbOptions
* @param {ol.layer.Vector} layer
* @param {!ol.Feature} feature Ol3 feature.
* @param {!ol.geom.Point} geometry
* @param {!ol.geom.Geometry} geometry
* @param {!ol.style.Style} style
* @return {!Cesium.Billboard} newly created billboard
* @api
Expand Down

0 comments on commit 1f84c9e

Please sign in to comment.