systemapic / systemapic.js

Systemapic Javascript API
https://systemapic.com
0 stars 3 forks source link

legends bug #67

Closed knutole closed 8 years ago

knutole commented 8 years ago

first problem: Style->select layer -> no tiles, console contains TypeError: Wu.Legend is not a constructor this._legendStyler = new Wu.Legend(legendOptions); that's line 98 of chrome.settings.styler.js this._legendStyler = new Wu.Legend(legendOptions); if I click on the error shown in console, firebog takes me to the "Script" tab, showing the code

Uncaught TypeError: Wu.Legend is not a functionListPicker._handleMouseUp @ about:blank:504

strk commented 8 years ago

screenshot from 2016-02-12 16 53 22

knutole commented 8 years ago

fixed by pulling latest wu and manually ./restart.shing