leaflet.zoomhome icon indicating copy to clipboard operation
leaflet.zoomhome copied to clipboard

Create Version of Plugin Without Font Awesome Dependency

Open pmacMaps opened this issue 3 years ago • 0 comments

These commits represent a proposed branch of this project that removes the Font Awesome dependency.

The plugin uses an img element, which is provided in the dist folder, but is set in the constructor options. This allows the user to decide where to store the referenced img element.

Changes:

-- Use img element instead of i element. -- Remove Font Awesome Dependency. -- Update Leaflet.js and jQuery in example. -- Remove Bootstrap in example. -- Add css rule so "legend" element shows above map.

pmacMaps avatar Mar 19 '21 19:03 pmacMaps