From 2b74dffb58f772224b7f0617440b3c8fea0484ad Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Fri, 7 Oct 2016 18:17:17 +0200 Subject: [PATCH] add default method for error handling --- web/client/components/map/openlayers/Layer.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/components/map/openlayers/Layer.jsx b/web/client/components/map/openlayers/Layer.jsx index 2d7a5154c7..920d9d7c03 100644 --- a/web/client/components/map/openlayers/Layer.jsx +++ b/web/client/components/map/openlayers/Layer.jsx @@ -30,6 +30,7 @@ const OpenlayersLayer = React.createClass({ observables: [], onLayerLoading: () => {}, onLayerLoad: () => {}, + onLayerError: () => {}, onInvalid: () => {} }; },