(From my other thread but now I'm confused with this problem)
Forgive me if I am missing something, but on initial "set up" things were looking great.
I would inject a message and then look at the map. There would be a marker at the location I specified.
Flow:
[{"id":"ec9da974.051b48","type":"inject","z":"f7d630bfc1b2f259","name":"EXAMPLE","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":"","topic":"","payloadType":"str","x":170,"y":110,"wires":[["f77a7ed4.f955d"]]},{"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:\"home\",\n label:\"home\",\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":110,"wires":[["f83930ff.b21488","e64c60c06227987f"]]},{"id":"f83930ff.b21488","type":"worldmap","z":"f7d630bfc1b2f259","name":"","lat":"-33.86","lon":"151.20","zoom":"14","layer":"OSMC","cluster":"18","maxage":"30","usermenu":"show","layers":"show","panit":"false","panlock":"false","zoomlock":"false","hiderightclick":"false","coords":"none","showgrid":"false","allowFileDrop":"false","path":"/worldmap","overlist":"DN,BU,SN,AC,TL","maplist":"OSMG,OSMC,OSMH,EsriC,EsriS,EsriT,EsriO,EsriDG,NatGeo,UKOS,OS45,OS00,OpTop","mapname":"","mapurl":"","mapopt":"","mapwms":false,"x":590,"y":110,"wires":[]}]
Inject, go to the page.... Blank blue screen.
I've seen this tread: Possible same problem
But I can't say.
It was suggested - there - to stop / start node-red and look at the log.
I didn't see the log post and it was "closed" with a It started working message.
If I look at the layer
button (top right) it is OSM GREY
.
Most other selections I get no map data available
on the screen.
But if I (and it isn't happening this time - of course) mess around with it long enough it works.
Today as I am trying to understand what is wrong it is playing even more hard ball and simply not showing me the map - even if I inject messages with location messages.
Someone?
Please.
Update:
Sorry... That is only if I select Esri
.... The others give me their version of the blue screen.
(Be it blue, light blue, grey or what ever.)