Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 3rd party integration - Joomla extensions #6501

Merged
merged 2 commits into from Apr 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/plugins.md
Expand Up @@ -4559,6 +4559,34 @@ The following plugins integrate Leaflet into third party services or websites.
<a href="https://gitlab.com/AnoBug">CrazyCat</a>
</td>
</tr>
<tr>
<td>
Leaflet Extensions for <a href="https://www.joomla.org/">Joomla! (3.x)</a>
</td><td>
<ul>
<li>
<strong>Agosm: </strong><br />
Joomla Module not only for showing Markers on a OpenStreetMap Map.<br />
<a href="https://github.com/astridx/pkg_agosms">Gibhub</a><br />
<a href="https://extensions.joomla.org/extensions/extension/maps-a-weather/maps-a-locations/agosm/">Joomla Extension Directory</a><br />
</li>
<li>
<strong>Aggpxtrack: </strong><br />
Joomla Custom Field for dispaying a GPX Track on a Map - you can choose an OpenStreetMap or GoogleMaps. With much options. For example: One option is an elevation profil.<br />
<a href="https://github.com/astridx/pkg_aggpxtrack">Gibhub</a><br />
<a href="https://extensions.joomla.org/extensions/extension/maps-a-weather/maps-a-locations/aggpxtrack/">Joomla Extension Directory</a><br />
</li>
<li>
<strong>Agosmmapwithmarker: </strong><br />
Custom field for show a map with a marker in frond end - always the right card for the content. You can enter the address in backend.<br />
<a href="https://github.com/astridx/plg_fields_agosmmapwithmarker">Gibhub</a><br />
<a href="https://extensions.joomla.org/extensions/extension/maps-a-weather/maps-a-locations/agosmmapwithmarker/">Joomla Extension Directory</a><br />
</li>
</ul>
</td><td>
<a href="https://github.com/astridx">Astrid Günther</a>
</td>
</tr>
</table>


Expand Down