Sorry... As I said, it is a whole new can of worms.
Something is now happening.
(Sorry, still stuck.)
This is the flow:
[{"id":"f77a7ed4.f955d","type":"function","z":"f7d630bfc1b2f259","name":"Add person to map","func":"var thing = {\n name:\"Me\", \n lat: -33.8688,\n lon: -151.2093,\n icon:\"car\",\n iconColor:\"darkred\",\n extrainfo:\"Hello to Jason Isaacs\"\n};\nmsg.payload = thing;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":350,"y":120,"wires":[["f83930ff.b21488"]]},{"id":"ec9da974.051b48","type":"inject","z":"f7d630bfc1b2f259","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"str","x":160,"y":120,"wires":[["f77a7ed4.f955d"]]},{"id":"f83930ff.b21488","type":"worldmap","z":"f7d630bfc1b2f259","name":"","lat":"33.8688","lon":"151.2093","zoom":"","layer":"OSMG","cluster":"","maxage":"30","usermenu":"show","layers":"show","panit":"false","panlock":"false","zoomlock":"false","hiderightclick":"false","coords":"none","showgrid":"false","allowFileDrop":"false","path":"/worldmap","overlist":"DR,CO,RA,DN,HM","maplist":"OSMG,OSMC,EsriC,EsriS,EsriT,EsriO,EsriDG,NatGeo,UKOS,OpTop","mapname":"","mapurl":"","mapopt":"","mapwms":false,"x":590,"y":120,"wires":[]}]
And this is what I see on the screen.
Seems I am still missing something.
SORRY!
I had a -
in the long
value too.
Working.