View pack · ships as a module
Maps with no key and no CDN
Renders the provider-neutral MapControl with Leaflet over OpenStreetMap tiles. Leaflet is vendored inside the module — nothing is fetched from a CDN, and there is no API key to obtain.
What you get
- No key — OpenStreetMap tiles need no credential.
- No CDN — Leaflet's js, css and marker images travel inside the module.
- Provider-neutral — content returns
MapControl, never a Leaflet type.
How it activates
A view pack is a module: installing lands its assembly, and the deployment lists the DLL under Modules:Assemblies to switch it on. Its static assets are served from the module itself, so the host ships nothing on its behalf and a deployment without the pack simply does not offer these views.