Worldmap and KML data

I'm having some trouble displaying KML data on the Worldmap. Here is my payload.command.map data.

I got this data off the US census website and copied the raw KML data for Missouri. I'm probably not providing enough context data here, but wanted to make sure the syntax was correct and see if anybody had tips on why this isn't drawing on the map?

that doesn't look like any kml file I've ever seen...
eg
https://renenyffenegger.ch/notes/tools/Google-Earth/kml/index

Does someone have a few examples of sending KML data to the node? I see there is a previous string but I can't get the example to import into my node red instance.

Here is a simple example

[{"id":"ea4fe99a.da6988","type":"inject","z":"d3236f0.2a14a9","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":1230,"wires":[["4d5534e3.8c5f7c"]]},{"id":"4d5534e3.8c5f7c","type":"http request","z":"d3236f0.2a14a9","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://raw.githubusercontent.com/mapbox/Simple-KML/master/sample/example.kml","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"x":330,"y":1230,"wires":[["df81f2a3.3df45","bc0e0c0d.a7e86"]]},{"id":"df81f2a3.3df45","type":"change","z":"d3236f0.2a14a9","name":"","rules":[{"t":"move","p":"payload","pt":"msg","to":"payload.command.map.kml","tot":"msg"},{"t":"set","p":"payload.command.map.overlay","pt":"msg","to":"TestKML","tot":"str"},{"t":"set","p":"payload.command.map.icon","pt":"msg","to":"fa-plane","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":560,"y":1230,"wires":[["d1967997.d1aa58","c64413091cca2aee"]]},{"id":"bc0e0c0d.a7e86","type":"debug","z":"d3236f0.2a14a9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":540,"y":1190,"wires":[]},{"id":"c64413091cca2aee","type":"worldmap","z":"d3236f0.2a14a9","name":"","lat":"","lon":"","zoom":"","layer":"","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"false","panlock":"false","zoomlock":"false","hiderightclick":"false","coords":"false","showgrid":"false","allowFileDrop":"false","path":"/worldmap","overlist":"DR,CO,RA,DN,HM","maplist":"OSMG,OSMC,EsriC,EsriS,EsriT,EsriDG,UKOS,SW","mapname":"","mapurl":"","mapopt":"","mapwms":false,"x":780,"y":1230,"wires":[]}]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.