<!DOCTYPE html>
<html>
<head>
  <title>Leaflet Quick Start Guide Example</title>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <!--
  <link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.0-rc.3/dist/leaflet.css" />
  -->
  <link rel="stylesheet" href="lib/leaflet/dist/leaflet.css" />
  <style>
   html { height: auto; }
   body { height: auto; margin: 0; padding: 0; font-family: Georgia, serif; font-size: 0.9em; }   
   #mapid { height: auto; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
    
  </style>
</head>
<body>
  <div + e.latlng.toString())
     .openOn(mymap);
   }
   mymap.on('click', onMapClick);
  </script>
</body>
</html>

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-12-09
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-07-05
  • 2021-09-09
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案