Format:MapCoords

   <img src="calea/imaginii/harta.jpg" alt="Harta Metin2" id="mapImage">
   

<style> .mapContainer {

   position: relative;
   width: 100%;
   max-width: 800px; /* Lățime maximă pentru imagine */
   margin: 20px auto;

}

.dot {

   width: 10px;
   height: 10px;
   background-color: red;
   border-radius: 50%;
   position: absolute;
   transform: translate(-50%, -50%);

} </style>