mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-31 00:01:06 +00:00
Display location on map node details
This commit is contained in:
@@ -57,7 +57,7 @@ export default class Feed {
|
||||
public static locatedNode(node: Node, location: Location): FeedMessage.Message {
|
||||
return {
|
||||
action: Actions.LocatedNode,
|
||||
payload: [node.id, location.lat, location.lon]
|
||||
payload: [node.id, location.lat, location.lon, location.city]
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user