From 816cb44cc2e06a96b2288325280afea8ec8b7f73 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Tue, 7 Oct 2014 09:25:29 -0400 Subject: [PATCH] Remove unused properties from olx.source.TileVectorOptions --- externs/olx.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 049308fff4..b0c0e96353 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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.