Ricardo Briceño
Ricardo Briceño
**Hello! Is there a way to display more data (markers) that share the same datetime?** It looks like it creates a "step slider" for each marker in the layerGroup. So...
Hi, is there a way to check if progress time ended? I'm trying to use Closing Event but i can't find out the type of closing. What I want to...
Hello my friend, I am very interested in your plugin and have already managed to integrate it into my application, however, it is not working well with other plugins. Im...
Hi there, there is a way to forced LatLng to a polygon? I want to create a polygon passing the coordinates into it. something like: ``` freehandshapes.create([ [0,0],[0,1],[1,0],[1,1],[0,0] ]); ```