节点红色节点geofence
Node-RED的Geofence节点
这使用geolib节点检查点是否落在给定区域中。 从以下味精属性的第一个按此顺序获取点:
msg.location.lat和msg.location.lon
msg.lat和msg.lon
msg.payload.lat和msg.payload.lon
区域可以是圆形,矩形或多边形,并可以在config节点上绘制到地图上。
可以根据消息是落在给定区域之内还是之外来过滤消息,或者节点可以将节点名称附加到msg所属的区域列表中(以允许链接地理围栏节点)。
该列表以以下格式存储在msg.location.isat中:
msg.location: {
inarea: true,
isat: [
'firstArea',
'secondArea'
],
dis
1