this.rect.on('tap', () => {
      this.emit('click', {
        type: 'road',
        id: this.id
      });