keptenkurk / TTN-gateway-map

Plotting TTN gateways on a map using Node-Red
Apache License 2.0
3 stars 2 forks source link

display radar plot in NodeRed map instead of opening TTNMapper #2

Open keptenkurk opened 6 years ago

keptenkurk commented 6 years ago

It should be possible to plot a geojson taken from TTNMApper into the NOdeRed plot. As it is not possible to send events from the map the TTN URL could be replaced by some kind of API call to NodeRed telling which radar te plot for 10 seconds.

keptenkurk commented 6 years ago

Showing the geoJSON overlay from https://ttnmapper.org/geojson//radar.geojson works nicely. Removing the overlay by sending msg.payload.command.clear = "layername"; however fails. Need to isolate this.