<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 4/16/2021 4:42 PM, krishna Ayyala
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADUrCAjvyLTcc95OUtkODCrAuXUe6=i7yGfdUi7B=x=FGmc_sg@mail.gmail.com">
      <div>Hello,</div>
      <div>I am reposting this question.</div>
      <div><br>
      </div>
      Is it possible to export this map as a shape file? <br>
      <br>
      <div>Regards.<br>
      </div>
      <div><br>
      </div>
    </blockquote>
    The layers in the leaflet map you linked to are represented by
    geojson files. These files are downloaded to your browser, so in
    principle you can examine the source code for the page and find the
    geojson files and download them to your disk and then convert them
    to shapefiles. You would still need to recreate the styling.<br>
  </body>
</html>