Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 501 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 501 Bytes

currentzoom

currentzoom

currentzoom.js is a simple widget to display the current zoom level of your Leaflet map.

In order to use this widget you can add the script tag below to your html and all Leaflet instances on your page will have the current zoom level displayed on top right of the map.

<script src="https://clockworkmicro.github.io/currentzoom.js"></script>

See index.html for an example usage.