Like getMapModel, but throws if no model exists for the given mapId
.
Returns the map model associated with the given id. Returns undefined if there is no such model.
Given a raw OpenLayers map instance, returns the associated MapModel - or undefined if the map is unknown to this registry.
All OpenLayers maps created by this registry (e.g. via MapConfigProvider) have an associated map model.
Provides access to registered map instances.
Maps are identified by a unique id.
Inject an instance of this service by referencing the interface name
"map.MapRegistry"
.