Merge pull request #1236 from jumpinjackie/master
MapGuide untiled map support
This commit is contained in:
@@ -606,6 +606,18 @@
|
||||
* @todo stability experimental
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.source.MapGuideOptions
|
||||
* @property {string} url The mapagent url
|
||||
* @property {number} metersPerUnit The meters-per-unit value
|
||||
* @property {ol.Extent|undefined} extent Extent.
|
||||
* @property {boolean} useOverlay If true, will use GETDYNAMICMAPOVERLAYIMAGE
|
||||
* @property {ol.proj.ProjectionLike} projection Projection.
|
||||
* @property {Array.<number>|undefined} resolutions Resolutions. If specified,
|
||||
* requests will be made for these resolutions only.
|
||||
* @property {Object} params additional parameters
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.source.MapQuestOptions
|
||||
* @property {ol.TileLoadFunctionType|undefined} tileLoadFunction Optional
|
||||
|
||||
Reference in New Issue
Block a user