@streetscape.gl/layers
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-beta.2
@@ -60,3 +60,3 @@ "use strict"; | ||
var attributeManager = this.state.attributeManager; | ||
var attributeManager = this.getAttributeManager(); | ||
attributeManager.addInstanced({ | ||
@@ -63,0 +63,0 @@ instanceAngles: { |
@@ -34,3 +34,3 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function (key) { _defineProperty(target, key, source[key]); }); } return target; } | ||
super.initializeState(); | ||
const attributeManager = this.state.attributeManager; | ||
const attributeManager = this.getAttributeManager(); | ||
attributeManager.addInstanced({ | ||
@@ -37,0 +37,0 @@ instanceAngles: { |
@@ -69,3 +69,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
var attributeManager = this.state.attributeManager; | ||
var attributeManager = this.getAttributeManager(); | ||
attributeManager.addInstanced({ | ||
@@ -72,0 +72,0 @@ instanceAngles: { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-beta.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
318641