I’d like the ability to add new layers to the map. Something as simple as a three element configuration:
title: “My custom Layer”
tile_source: “https://tiles.custom-layer.org/{z}/{x}/{y}.png”
default: “enabled”
The map could offer toggles for custom layers with the default state being defined by the config for each layer.
If something like this is already available, please point me in that direction. I looked but couldn’t find it.