Add hidpi option to ol.source.ImageWMS and ol.source.MapGuide
This commit is contained in:
@@ -514,6 +514,8 @@
|
||||
* @property {number|undefined} displayDpi The display resolution. Default is `96`.
|
||||
* @property {number|undefined} metersPerUnit The meters-per-unit value. Default is `1`.
|
||||
* @property {ol.Extent|undefined} extent Extent.
|
||||
* @property {boolean|undefined} hidpi Use the `ol.Map#devicePixelRatio` value when
|
||||
* requesting the image from the remote server. Default is `true`.
|
||||
* @property {boolean|undefined} useOverlay If `true`, will use
|
||||
* `GETDYNAMICMAPOVERLAYIMAGE`.
|
||||
* @property {ol.proj.ProjectionLike} projection Projection.
|
||||
@@ -560,6 +562,8 @@
|
||||
* @property {null|string|undefined} crossOrigin crossOrigin setting for image
|
||||
* requests.
|
||||
* @property {ol.Extent|undefined} extent Extent.
|
||||
* @property {boolean|undefined} hidpi Use the `ol.Map#devicePixelRatio` value when
|
||||
* requesting the image from the remote server. Default is `true`.
|
||||
* @property {Object.<string,*>} params WMS request parameters. At least a
|
||||
* `LAYERS` param is required. `STYLES` is `` by default. `VERSION` is
|
||||
* `1.3.0` by default. `WIDTH`, `HEIGHT`, `BBOX` and `CRS` (`SRS` for WMS
|
||||
|
||||
Reference in New Issue
Block a user