mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Add DivIcon support.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
L.Contao = L.Class.extend( {
|
||||
L.Contao = L.Class.extend({
|
||||
includes: L.Mixin.Events,
|
||||
|
||||
/**
|
||||
* Contao extension attribution.
|
||||
*
|
||||
* You are not allowed to remove or change it. Contact me if you want to buy an removal license.
|
||||
*/
|
||||
attribution: ' | <a href="http://contao-leaflet.netzmacht.de/" title="Leaflet extension for Contao CMS">netzmacht <em>creative</em></a>',
|
||||
|
||||
/**
|
||||
* The map registry.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user