diff --git a/www/plugins/map/js/controllers/wot-controllers.js b/www/plugins/map/js/controllers/wot-controllers.js
index 0acd60d0ebc38b9b03e013d57d4bb019bcb70e67..6dcf422e363ac14554f69950c2d83ecfe2de0e84 100644
--- a/www/plugins/map/js/controllers/wot-controllers.js
+++ b/www/plugins/map/js/controllers/wot-controllers.js
@@ -330,7 +330,8 @@ function MapWotViewController($scope, $filter, $templateCache, $interpolate, $ti
                     pubkey: hit.pubke,
                     uid: hit.uid,
                     name: title,
-                    profile: hit
+                    profile: hit,
+                    isMember: type == 'member'			  
                   };
                   markerScope.loadingMarker = false;
                 });