As I don't have your data feed I just use a simple inject eg -
[{"id":"ca5cdad36e09b9a8","type":"function","z":"fe51cb720c42b6e9","name":"function 1","func":"\nmsg.battery = 50;\n\nmsg.payload = {\n name: \"Estacion\",\n lat: 6.086313, // Latitud recibida del webhook\n lon: -75.166243, // Longitud recibida del webhook\n icon: \"weather\", // Icono de la estación meteorológica\n layer: \"Estaciones Meteorológicas\", // Capa a la que pertenece el marcador\n color: \"blue\", // Color del marcador\n popup: \"<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Stevenson_screen_exterior.JPG/800px-Stevenson_screen_exterior.JPG' width='200px'><br>Batería: \" + msg.battery.toFixed(2) + \"%\" // Texto que aparecerá cuando se haga clic en el marcador\n};\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":345,"y":360,"wires":[["f814d8e3686e709f"]]},{"id":"2c1e6793c88fd407","type":"inject","z":"fe51cb720c42b6e9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":180,"y":360,"wires":[["ca5cdad36e09b9a8"]]},{"id":"f814d8e3686e709f","type":"ui_worldmap","z":"fe51cb720c42b6e9","group":"af5277d70040e5ca","order":0,"width":0,"height":0,"name":"","lat":"6.086313","lon":"-75.166243","zoom":"8","layer":"OSMG","cluster":"","maxage":"0","usermenu":"hide","layers":"hide","panit":"false","panlock":"false","zoomlock":"false","hiderightclick":"true","coords":"none","showgrid":"false","showruler":"false","allowFileDrop":"false","path":"/worldmap","overlist":"DR,CO,RA,DN,HM","maplist":"OSMG,OSMC,EsriC,EsriS,EsriT,EsriDG,UKOS","mapname":"","mapurl":"","mapopt":"","mapwms":false,"x":510,"y":360,"wires":[]},{"id":"0ca62bcac06f0554","type":"ui_gauge","z":"fe51cb720c42b6e9","name":"","group":"6c19d4c5043bbab9","order":1,"width":0,"height":0,"gtype":"gage","title":"gauge","label":"units","format":"{{value}}","min":0,"max":10,"colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","diff":false,"className":"","x":325,"y":435,"wires":[]},{"id":"9016e8a0a707902f","type":"ui_slider","z":"fe51cb720c42b6e9","name":"","label":"slider","tooltip":"","group":"6c19d4c5043bbab9","order":0,"width":0,"height":0,"passthru":true,"outs":"all","topic":"topic","topicType":"msg","min":0,"max":10,"step":1,"className":"","x":170,"y":435,"wires":[["0ca62bcac06f0554"]]},{"id":"af5277d70040e5ca","type":"ui_group","name":"Default","tab":"a2b6427012c81b5f","order":1,"disp":true,"width":"6","collapse":false,"className":""},{"id":"6c19d4c5043bbab9","type":"ui_group","name":"Group 1","tab":"c21837390b31be61","order":1,"disp":true,"width":"6","collapse":false,"className":""},{"id":"a2b6427012c81b5f","type":"ui_tab","name":"Home","icon":"dashboard","order":1,"disabled":false,"hidden":false},{"id":"c21837390b31be61","type":"ui_tab","name":"Tab 2","icon":"dashboard","order":2,"disabled":false,"hidden":false}]
If I do that then I get a point as you do. If I reload (f5) the point is still there. If I view in dashboard the point is still there. If I change dashboard tabs the point is still there. If I use a different browser to point to the same server the point is still there.
If I stop and restart (redeploy) the server (Node-RED) then yes the point will go away.
Which version of Node-RED and which version of the worldmap node are you using ?