hugo-leaflet icon indicating copy to clipboard operation
hugo-leaflet copied to clipboard

Hugo Shortcodes for inserting a OSM Map, Marker or Track into your posts by using leaflet

Results 6 hugo-leaflet issues
Sort by recently updated
recently updated
newest added

Using the sample `{{< leaflet-map mapHeight="500px" mapWidth="100%" mapLat="27.66995" mapLon="85.43249" >}}` renders like this: ![image](https://user-images.githubusercontent.com/58670531/189886057-71f907f3-c491-4ad6-b5ac-76a6ecd567a6.png) The problem seems to be that the normal bottom right about leaflet/copyright section overlays the whole...

Attempting to get this library to render a map and so far it has not worked out. This might be an issue that is specific to the hugo theme that...

The map itself shows up fine, but the track does not. My console is showing the following issue: ``` Uncaught TypeError: Cannot read properties of undefined (reading '_container') at i._addToChartDiv...

Hi, I try to use your library (thanks a lot fo your work) but I wasn't able to move forward the first explications. - Font Awesome icons is in my...

> Copy the assets folder over I don´t see any assets folder within this project?

Disclaimer: This is my first ever Pull request, please correct me if I am doing something wrong. Currently, css and js of the leaflet submodule is loaded with respect to...