Open GeoWill opened 6 years ago
Edit helper.php and insert whatever javascript you need - see the function public static function javascript($params, $id) - it basically returns a string $js which is the script sent to the browser.
Thanks. Would I then need to install the modified extension from a local file? Or is there a way to edit the module from the administration login? Thanks again from the help.
The easiest way would be to modify the file directly using a text editor. It’s located in
There is a way to modify the file from admin back end: https://extensions.joomla.org/index.php?option=com_jed&view=extension&layout=default&id=130
Thanks for the link. I’m not sure I would use it on a production site, as there are security considerations that one must be aware of and responsible for. For me, I feel it’s best that I edit the files locally on a test system so I don’t impact my users (or myself.)
Hi, Is it possible to cluster markers based on zoom - the functionality provided by Leaflet.markercluster. Alternatively is it posisble to dip into the JS? Afraid I'm not familiar with Joomla, so don't know if there's an obvious way to just write the javascript myself.
Many thanks Will