-
Script Tag (IIFE)
Simplest setup using a <script> tag. No bundler required!
-
Service Worker (IIFE)
Service Worker with IIFE bundle. No bundler required!
-
IndiaBoundaryCorrected TileLayer (ES Modules)
Uses L.tileLayer.indiaBoundaryCorrected() with ES module imports.
-
Service Worker (ES Modules)
Uses a Service Worker with ES module imports.
-
Custom LayerConfig
Shows how to create a custom LayerConfig for OSM DE (tile.openstreetmap.de) tiles.
-
Service Worker + Custom LayerConfig
Shows how to register a custom LayerConfig with the Service Worker for OSM DE tiles.