Display location on map node details

This commit is contained in:
maciejhirsz
2018-07-18 16:59:47 +02:00
parent 3696d7c46e
commit 5c1480f9f5
11 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ declare module 'iplocation' {
namespace iplocation {
export interface LocationData {
as?: string;
city?: string;
city: string;
country?: string;
countryCode?: string;
isp?: string;