Node-red-contrib-web-worldmap2.1.0

Hello,
thank you for the great worlmap node - it's a very nice and useful node. I recently updated my Nodes and
atm I am having Version 2.1.0

I noticed that icons (serveral types of planes in my case) become invisible if they have a "speed" attribute.
It took me a while finding out why no more planes are displayed - but I noticed that the speed attribute, which normally adds a vector on the tip of the icon, deletes immediately the icon.

I could reproduce this behavior by commenting out only the speed attribute and voila, the icons are displayed correctly. Now I wonder if this bug is known or not, maybe there is a workaround for this?

Here's are 2 examples of injecting planes, one with speed indicator and one without, you will notice that the plane icon without speed ind. stays after updating the icon, the other one immediately disappears on update but its speed vectorl stays:

[{"id":"73d3ddbf.4d48bc","type":"inject","z":"4f1304a5.cd7a84","name":"Plane Speed","topic":"","payload":"{"lat":48.091917,"lon":11.2367,"name":"flarm:FEFEFE","type":15,"date":"2019-09-17T19:31:28Z","age":6,"height":1645.9,"bearing":170,"speed":120,"vert-speed":-0.097,"turn-rate":0,"relay":"Wank","tooltip":"Plane FEFEFE","battery":100,"label":"-","icon":"plane","iconColor":"#FF0000","lineColor":"#003366","popped":false,"layer":"Glider"}","payloadType":"json","repeat":"10","crontab":"","once":false,"onceDelay":0.1,"x":1080,"y":1280,"wires":[["7cb8404c.a40f8","5eb93ac5.357ef4"]]},{"id":"f9bb6786.48e548","type":"inject","z":"4f1304a5.cd7a84","name":"Plane NoSpeed","topic":"","payload":"{"lat":48.191917,"lon":11.2367,"name":"flarm:FEFEFF","type":15,"date":"2019-09-17T19:31:28Z","age":6,"height":1645.9,"bearing":170,"vert-speed":-0.097,"turn-rate":0,"relay":"Wank","tooltip":"Plane FEFEFF","battery":100,"label":"-","icon":"plane","iconColor":"#FF0000","lineColor":"#003366","popped":false,"layer":"Glider"}","payloadType":"json","repeat":"5","crontab":"","once":false,"onceDelay":0.1,"x":1090,"y":1320,"wires":[["7cb8404c.a40f8","5eb93ac5.357ef4"]]}]

Any help would be apreciated,
thanks

Holger

Please export your flow again follow this topic
https://discourse.nodered.org/t/how-to-share-code-or-flow-json/

[{"id":"73d3ddbf.4d48bc","type":"inject","z":"4f1304a5.cd7a84","name":"Plane Speed","topic":"","payload":"{\"lat\":48.091917,\"lon\":11.2367,\"name\":\"flarm:FEFEFE\",\"type\":15,\"date\":\"2019-09-17T19:31:28Z\",\"age\":6,\"height\":1645.9,\"bearing\":170,\"speed\":120,\"vert-speed\":-0.097,\"turn-rate\":0,\"relay\":\"Wank\",\"tooltip\":\"Plane FEFEFE\",\"battery\":100,\"label\":\"-\",\"icon\":\"plane\",\"iconColor\":\"#FF0000\",\"lineColor\":\"#003366\",\"popped\":false,\"layer\":\"Glider\"}","payloadType":"json","repeat":"10","crontab":"","once":false,"onceDelay":0.1,"x":1080,"y":1280,"wires":[[]]},{"id":"f9bb6786.48e548","type":"inject","z":"4f1304a5.cd7a84","name":"Plane NoSpeed","topic":"","payload":"{\"lat\":48.191917,\"lon\":11.2367,\"name\":\"flarm:FEFEFF\",\"type\":15,\"date\":\"2019-09-17T19:31:28Z\",\"age\":6,\"height\":1645.9,\"bearing\":170,\"vert-speed\":-0.097,\"turn-rate\":0,\"relay\":\"Wank\",\"tooltip\":\"Plane FEFEFF\",\"battery\":100,\"label\":\"-\",\"icon\":\"plane\",\"iconColor\":\"#FF0000\",\"lineColor\":\"#003366\",\"popped\":false,\"layer\":\"Glider\"}","payloadType":"json","repeat":"5","crontab":"","once":false,"onceDelay":0.1,"x":1090,"y":1320,"wires":[[]]}]

Thought I had fixed that in 2.1.1 but for some reason its not made it to npm. Will republish tomorrow

Thanks for the quick reply...I will test again on your GO.

OK - on npm now as 2.1.1 - give it a try.

I updated and the icon is working flawlessly now, atm I can't see a speedindicator anymore on the icon, will test again in the evening.

Thank you for the quick reply and for your effort!

Holger