标签: openlayers angular-openlayers
在新版本的开放层中,“ instanceof”被getZIndex取代。它与检查样式是否为样式对象的目的相同。在在线论坛上,getZIndex告诉我们有关对象的渲染顺序。请参见下面的示例:
ol.asserts.assert(obj instanceof ol.style.Style,41);被替换为 ol.asserts.assert(typeof(obj).getZIndex ==='function',41);