Page 1 of 1

Map hilight to livemap

Posted: 02 Jun 2018, 09:13
by skyff85
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.

Re: Map hilight to livemap

Posted: 02 Jun 2018, 17:13
by Nyuton
This cannot be used for the livemap.
See the definition of the <map> tag. https://www.w3schools.com/TAgs/tag_map.asp
It requires the actual map to be an <img> element. In the Livemap it's a <div>.