Merge pull request #1836 from bartvde/mapquest-layers-doc

Add possible values of layer for olx.source.MapQuestOptions (r=@elemoine)
This commit is contained in:
Bart van den Eijnden
2014-03-12 15:24:06 +01:00

View File

@@ -745,7 +745,7 @@
/** /**
* @typedef {Object} olx.source.MapQuestOptions * @typedef {Object} olx.source.MapQuestOptions
* @property {string} layer Layer. * @property {string} layer Layer. Possible values are `osm`, `sat`, and `hyb`.
* @property {ol.TileLoadFunctionType|undefined} tileLoadFunction Optional * @property {ol.TileLoadFunctionType|undefined} tileLoadFunction Optional
* function to load a tile given a URL. * function to load a tile given a URL.
* @todo stability experimental * @todo stability experimental