From 72532b7dd64baa85932759fc1a1fe517902540f2 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 24 Jun 2013 13:36:14 -0600 Subject: [PATCH] Export individual geometry types This makes the style-rules.html example work with built lib. --- src/ol/geom.exports | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ol/geom.exports b/src/ol/geom.exports index 1a21c2481a..4e936f0941 100644 --- a/src/ol/geom.exports +++ b/src/ol/geom.exports @@ -1,4 +1,13 @@ @exportSymbol ol.geom.GeometryType +@exportProperty ol.geom.GeometryType.POINT +@exportProperty ol.geom.GeometryType.LINEARRING +@exportProperty ol.geom.GeometryType.LINESTRING +@exportProperty ol.geom.GeometryType.POLYGON +@exportProperty ol.geom.GeometryType.MULTIPOINT +@exportProperty ol.geom.GeometryType.MULTILINESTRING +@exportProperty ol.geom.GeometryType.MULTIPOLYGON +@exportProperty ol.geom.GeometryType.GEOMETRYCOLLECTION + @exportSymbol ol.geom.Point @exportSymbol ol.geom.LineString @exportSymbol ol.geom.Polygon