MapConfigurationMissingImageUrl Property |
Note: This API is now obsolete.
Gets or sets the url to an image to use if an image fails to load. Deprecated, OpenLayers 2.12 only supports styles to show mising tile images.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax[ObsoleteAttribute("MissingImageUrl is obsolete. Openlayer 2.12 now uses css to show an image for missing tiles. The style used is olImageLoadError",
false)]
public string MissingImageUrl { get; set; }
<ObsoleteAttribute("MissingImageUrl is obsolete. Openlayer 2.12 now uses css to show an image for missing tiles. The style used is olImageLoadError",
false)>
Public Property MissingImageUrl As String
Get
Set
Property Value
Type:
String
See Also