What is an image map? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is an image map?

28th Nov 2018, 12:28 AM
Abhisheque Regmi
Abhisheque Regmi - avatar
5 Answers
+ 8
Image maps allow you to specify interactive areas of an image, like when you want a clickable overlay and need to know what region someone clicked. I see them occasionally appear in line drawings of countries / regions where areas (states, municipal/voting zones, etc) are then made "live" similar to this: https://code.sololearn.com/WBJ8lS8yMplX/?ref=app I'm using an imported library to make the imagemap borders visible (and I intentionally kept them rough). They're usually invisible and carefully lined up to the underlying image. Note this is an ad-hoc explanation. Others may contribute better, more official answers.
28th Nov 2018, 1:02 AM
Kirk Schafer
Kirk Schafer - avatar
+ 1
Kirk Schafer can you specify on how the library works in this context. I mean, do I only have to import the library and „it“ will make the borders of any then created imagemap visible?
29th Nov 2018, 2:40 PM
Jemori Nauoram
Jemori Nauoram - avatar
+ 1
@Kirk Schafer ..I read through your js code again ..i would say „ $('.map').maphilight();“ is the libray code you used to achieve that.
29th Nov 2018, 2:53 PM
Jemori Nauoram
Jemori Nauoram - avatar
+ 1
Yes. Here's the project root on github, to find docs. https://github.com/kemayo/maphilight/ Note that the author's website certificate expired a few days ago; it happens, but your browser will balk on the invalid certificate until it's fixed.
29th Nov 2018, 4:19 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
thanks
30th Nov 2018, 12:22 AM
Jemori Nauoram
Jemori Nauoram - avatar