Walk a HonuaMap and replace every honua-feature-service source on a
real MapLibre map with a fetched standard geojson source so feature layers
actually render.
Existing geojson sources are updated in place via setData; otherwise a new
source is added. Layers should be added by the caller (or already present in
the style) — this only manages the data sources.
Walk a HonuaMap and replace every
honua-feature-servicesource on a real MapLibre map with a fetched standardgeojsonsource so feature layers actually render.Existing
geojsonsources are updated in place viasetData; otherwise a new source is added. Layers should be added by the caller (or already present in the style) — this only manages the data sources.