Tuesday, February 4, 2014

Highlight map using jquery

http://davidlynch.org/projects/maphilight/docs/
https://github.com/kemayo/maphilight
http://www.outsharked.com/imagemapster/
https://github.com/jamietre/ImageMapster

Finally I used one svg image file and simply changed the css in it to display highlight color on mouse over. The svg file can be found here.

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...