From 72b21822193a490c210e77bbdad1b3fe6ce96f73 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 26 Jan 2015 09:51:40 +0100 Subject: [PATCH] Add missing projection property in olx.ViewState --- externs/olx.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/externs/olx.js b/externs/olx.js index a722852e4a..2e8b833ede 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -6523,6 +6523,13 @@ olx.ViewState; olx.ViewState.prototype.center; +/** + * @type {ol.proj.Projection} + * @api + */ +olx.ViewState.prototype.projection; + + /** * @type {number} * @api