Documenting tileOptions defaults.

This commit is contained in:
ahocevar
2012-02-10 18:03:22 +01:00
parent b17c7b69f2
commit 68a6c62f0b
2 changed files with 29 additions and 0 deletions
+10
View File
@@ -74,6 +74,16 @@ OpenLayers.Layer.Bing = OpenLayers.Class(OpenLayers.Layer.XYZ, {
*/
metadataParams: null,
/** APIProperty: tileOptions
* {Object} optional configuration options for <OpenLayers.Tile> instances
* created by this Layer. Default is
*
* (code)
* {crossOriginKeyword: 'anonymous'}
* (end)
*/
tileOptions: null,
/**
* Constructor: OpenLayers.Layer.Bing
* Create a new Bing layer.