Registers several basemap definitions at once, keyed by basemap id.
A convenience wrapper over registerBaseLayer — this is the call the profile loader makes
with the whole basemaps block of a profile.
⚠️ Not transactional: entries are registered in iteration order, and one malformed
definition does not roll back those already accepted. A non-object argument logs a warning
and registers nothing.
Registers several basemap definitions at once, keyed by basemap id.
A convenience wrapper over
registerBaseLayer— this is the call the profile loader makes with the wholebasemapsblock of a profile.⚠️ Not transactional: entries are registered in iteration order, and one malformed definition does not roll back those already accepted. A non-object argument logs a warning and registers nothing.