MapLayerSourceStatus Enumeration
Values for return codes from validateSource
Members
| Name | Value | Description |
|---|---|---|
| IncompatibleFormat | Format is not compatible with the URL provided. | |
| InvalidCoordinateSystem | Map-layer coordinate system is not supported | |
| InvalidCredentials | Authorization has failed when accessing this layer source. | |
| InvalidFormat | Provided format id could not be resolved in MapLayerFormatRegistry | |
| InvalidTileTree | The tiling schema of the source is not supported | |
| InvalidUrl | Could not not connect to remote server using the provided URL. | |
| RequireAuth | Authorization is required to access this map layer source. | |
| UntrustedOrigin | Authentication could not be attempted because the source's origin is not trusted (see MapLayerFormatRegistry.restrictCredentialsToTrustedOrigins). Add the origin to MapLayerFormatRegistry.trustedCredentialsOrigins rather than prompting for credentials. |
|
| Valid | Layer source is valid |
Defined in
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.