Map hilight to livemap

1
Hello.
How can I adapt this part of map to livemap?
https://davidlynch.org/projects/maphili ... o_usa.html

I should to use this part of code on live map.

Code: Select all

<img class="map" src="image.png" width="1533" height="1533" usemap="#usa">
<map name="usa">
  <area "href="#" title="WESTLANDS" shape="poly" coords="624,319,624,232,649,144,669,98,673,28,720,12,827,10,906,26,925,100,911,273,845,247,808,268,760,338,701,329">
</map>
But when i try to adapt this code nothing happens, i geuss CSS have conflict or something else.
Can you assist me, to adopt this part of code to livemap.
THANK YOU.