Sha256: 29010a55527e4ce4174cb3881e5d389f3b223427b39ec8e95a326804adda37cf
Contents?: true
Size: 412 Bytes
Versions: 22
Compression:
Stored size: 412 Bytes
Contents
import * as L from "leaflet" /** * NOTE: * This has to load before decidim/map in order for it to apply correctly when * the map is initialized. The document.ready handler set by this script has to * be registered before decidim/map registers its own. */ $(() => { $("[data-decidim-map]").on("configure.decidim", (_ev, map, mapConfig) => { L.tileLayer.here(mapConfig.tileLayer).addTo(map); }); });
Version data entries
22 entries across 22 versions & 1 rubygems