How to Create a Clickable Map Using Your Own Custom Map Image
you can find co-ordinate of a specific location inside your image map by the help of ms-paint and then put into polygon or circle point. <div style="float:left;width:960px;"> <div style="float: left; width: 960px;"> <img src="~/Images/CampingMap.png" style="width: 930px;" id="CampingMapImg" /> <svg width="930px" height="800px" style="overflow: hidden; position: absolute; top: 0; left: 8px;"> <polygon fill="#000000" fill-opacity="0.5" stroke="#000000" stroke-width="2" points="878,125 896,125 896,148 878,148" stroke-opacity="1" stroke-linejoin="round" data-campid="818" data-available="false" onclick="CampStatus(this);"></polygon> <polygon class="poly_avail" fill="rgba(188, 112, 112, 0.55...