Mapify icon indicating copy to clipboard operation
Mapify copied to clipboard

highlighted areas

Open migty44 opened this issue 5 years ago • 0 comments

Hi!

I modified the script to highlight some areas after initialization.

I add class "emptySpace" to some areas. In jquery.mapify.js string 201 i add:

if ($(zone).hasClass("emptySpace")){ _this._drawHighlight($(zone)); };

Is this solution normal or are there better ways to implement it?

migty44 avatar Apr 27 '19 15:04 migty44