Merge pull request #1236 from jumpinjackie/master

MapGuide untiled map support
This commit is contained in:
Tom Payne
2013-12-06 08:59:57 -08:00
5 changed files with 227 additions and 0 deletions
+12
View File
@@ -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