You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when loading the XVM launch this error:
"Uncaught TypeError: Cannot read property 'general' of null"
on Layer.js:109:
"if (XVM.map.parameters.general.use_wms_throw_proxy == true){"
I guess is for the asynchonous load of parameters. How can we fix that?
This code was added by me to allows to request all wms request throw the proxy (sometime usefull to access some internal services).
The text was updated successfully, but these errors were encountered:
The XVM already has that line of code you are pointing out, and no Exception is thrown in my computer...
Does this still happen to you? In that case, could you provide more info on this issue?
I tried reloading the XVM more than 20 times and it still has never shown up. Please make sure you have the latest code downloaded, then submit or describe your exact config of controls, layers and map, and also say which browser you are using and its version.
Sometimes when loading the XVM launch this error:
"Uncaught TypeError: Cannot read property 'general' of null"
on Layer.js:109:
"if (XVM.map.parameters.general.use_wms_throw_proxy == true){"
I guess is for the asynchonous load of parameters. How can we fix that?
This code was added by me to allows to request all wms request throw the proxy (sometime usefull to access some internal services).
The text was updated successfully, but these errors were encountered: