Node-red-contrib-web-worldmap: is it possible to zoom by sending input messages?

I would like to use node-red-contrib-web-worldmap to show a satellite image centered around a specific earth coordinate and then let it automatically zoom in.

Once this is done I would like to switch to another earth coordinate (completely zoomed out and centered on it) and then again automatically zoom in.

This should not involve any interaction of the user in the browser. My idea was to make node-red send the appropriate messages to the worldmap node to make this happen. I don't know if this is possible or if there is some other way to do this.

All comments and advice are more than welcome.
Jan.

Yes - all commands are in the readme...

1 Like

Thanks for the very fast response.

I found it : https://www.npmjs.com/package/node-red-contrib-web-worldmap#controlling-the-map

1 Like

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