Skip to content

geojson-popup Version 2.2.0

Latest
Compare
Choose a tag to compare
@nfreear nfreear released this 13 Jan 22:08
· 18 commits to master since this release
  • Add support for marker-symbol and Maki map SVG icons, #6;
  • Add ev-charger HTML example;
  • Upgrade from Leaflet JS v 1.0.3 to 1.2.0 (peerDependencies);

<p id="mapid"></p>

<script type="text/html" id="popup-template">
  <div class="audio-popup">
    <h2><%= title %></h2>
    <audio src="<%= audio_url %>" controls ></audio>
  </div>
</script>

<script src="https://unpkg.com/geojson-popup@2.2.0#._.js"></script>