From 4a52333d9f1c472e0f745e5285ba51fe7f581528 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sun, 15 Jun 2014 08:19:33 -0400 Subject: [PATCH] Add missing format option to TileVector docs --- externs/olx.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/externs/olx.js b/externs/olx.js index 9c2bde6b7c..ac24633afa 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2818,6 +2818,7 @@ olx.source.TileImageOptions.prototype.tileUrlFunction; * @typedef {{attributions: (Array.|undefined), * defaultProjection: ol.proj.ProjectionLike, * extent: (ol.Extent|undefined), + * format: ol.format.Feature, * logo: (string|undefined), * object: (GeoJSONObject|undefined), * projection: ol.proj.ProjectionLike, @@ -2851,6 +2852,13 @@ olx.source.TileVectorOptions.prototype.defaultProjection; olx.source.TileVectorOptions.prototype.extent; +/** + * Format. + * @type {ol.format.Feature} + */ +olx.source.TileVectorOptions.prototype.format; + + /** * Logo. * @type {string|undefined}