-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Improper handling of 'layer' #292
Comments
Can you give some more details about this error, how can I reproduce it? |
I can try to reproduce the error. It happened on initial load, possibly following the introduction of https://github.com/FreeTAKTeam/FreeTAKHub-Webmap/blob/main/freetakhub_webmap_v5.json by https://github.com/FreeTAKTeam/FreeTAKHub-Installation/tree/120-update-nodered-to-31. I suspect it is related to the introduction of the following menu:
However, I have not verified that this is the cause. |
In node-red-contrib-web-worldmap/worldmap.js :
RedMap/worldmap.js
Lines 354 to 356 in 7d1782c
This gives me an error: TypeError: Cannot read properties of null (reading 'indexOf')
The following change stopped the error.
Does 'message.action.indexOf(...)' make sense?
The text was updated successfully, but these errors were encountered: