Remove unused properties from olx.source.TileVectorOptions

This commit is contained in:
Paul Spencer
2014-10-07 09:25:29 -04:00
parent 352d7071f7
commit 816cb44cc2

View File

@@ -3595,14 +3595,6 @@ olx.source.TileVectorOptions;
olx.source.TileVectorOptions.prototype.attributions;
/**
* Default projection.
* @type {ol.proj.ProjectionLike}
* @api
*/
olx.source.TileVectorOptions.prototype.defaultProjection;
/**
* Format.
* @type {ol.format.Feature}
@@ -3619,14 +3611,6 @@ olx.source.TileVectorOptions.prototype.format;
olx.source.TileVectorOptions.prototype.logo;
/**
* Object.
* @type {GeoJSONObject|undefined}
* @api
*/
olx.source.TileVectorOptions.prototype.object;
/**
* Destination projection. If provided, features will be transformed to this
* projection. If not provided, features will not be transformed.