Add possible values of layer for olx.source.MapQuestOptions

This commit is contained in:
Bart van den Eijnden
2014-03-11 10:38:33 +01:00
parent c99f969bb9
commit 92b29c7b09

View File

@@ -709,7 +709,7 @@
/**
* @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
* function to load a tile given a URL.
* @todo stability experimental