From bb8755eb686af83e8645404f1d645c34df40324b Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 12 Mar 2013 08:48:22 +0100 Subject: [PATCH] Recovering from bad merge --- src/objectliterals.exports | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/objectliterals.exports b/src/objectliterals.exports index 8b2e71a2bb7..09a9e5fe10f 100644 --- a/src/objectliterals.exports +++ b/src/objectliterals.exports @@ -155,6 +155,39 @@ @exportObjectLiteralProperty ol.source.TiledWMSOptions.url string|undefined @exportObjectLiteralProperty ol.source.TiledWMSOptions.urls Array.|undefined +@exportObjectLiteral ol.style.IconOptions +@exportObjectLiteralProperty ol.style.IconOptions.url string|ol.Expression +@exportObjectLiteralProperty ol.style.IconOptions.width number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.IconOptions.height number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.IconOptions.opacity number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.IconOptions.rotation number|ol.Expression|undefined + +@exportObjectLiteral ol.style.LineOptions +@exportObjectLiteralProperty ol.style.LineOptions.strokeColor string|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.LineOptions.strokeWidth number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.LineOptions.opacity number|ol.Expression|undefined + +@exportObjectLiteral ol.style.PolygonOptions +@exportObjectLiteralProperty ol.style.PolygonOptions.fillColor string|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.PolygonOptions.strokeColor string|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.PolygonOptions.strokeWidth number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.PolygonOptions.opacity number|ol.Expression|undefined + +@exportObjectLiteral ol.style.RuleOptions +@exportObjectLiteralProperty ol.style.RuleOptions.filter ol.filter.Filter|undefined +@exportObjectLiteralProperty ol.style.RuleOptions.symbolizers Array.|undefined + +@exportObjectLiteral ol.style.ShapeOptions +@exportObjectLiteralProperty ol.style.ShapeOptions.type ol.style.ShapeType|undefined +@exportObjectLiteralProperty ol.style.ShapeOptions.size number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.ShapeOptions.fillColor string|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.ShapeOptions.strokeColor string|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.ShapeOptions.strokeWidth number|ol.Expression|undefined +@exportObjectLiteralProperty ol.style.ShapeOptions.opacity number|ol.Expression|undefined + +@exportObjectLiteral ol.style.StyleOptions +@exportObjectLiteralProperty ol.style.StyleOptions.rules Array. + @exportObjectLiteral ol.source.WMTSOptions @exportObjectLiteralProperty ol.source.WMTSOptions.attributions Array.|undefined @exportObjectLiteralProperty ol.source.WMTSOptions.crossOrigin string|null|undefined