ol.MapExport takes maxResolution and friends into account
This commit is contained in:
+6
-1
@@ -19,15 +19,20 @@ ol.MapExport = function(container, mapOptionsExtern) {
|
|||||||
keyboard: mapOptionsExtern.keyboard,
|
keyboard: mapOptionsExtern.keyboard,
|
||||||
keyboardPanOffset: mapOptionsExtern.keyboardPanOffset,
|
keyboardPanOffset: mapOptionsExtern.keyboardPanOffset,
|
||||||
layers: mapOptionsExtern.layers,
|
layers: mapOptionsExtern.layers,
|
||||||
|
maxResolution: mapOptionsExtern.maxResolution,
|
||||||
mouseWheelZoom: mapOptionsExtern.mouseWheelZoom,
|
mouseWheelZoom: mapOptionsExtern.mouseWheelZoom,
|
||||||
|
mouseWheelZoomDelta: mapOptionsExtern.mouseWheelZoomDelta,
|
||||||
projection: mapOptionsExtern.projection,
|
projection: mapOptionsExtern.projection,
|
||||||
renderer: mapOptionsExtern.renderer,
|
renderer: mapOptionsExtern.renderer,
|
||||||
renderers: mapOptionsExtern.renderers,
|
renderers: mapOptionsExtern.renderers,
|
||||||
resolution: mapOptionsExtern.resolution,
|
resolution: mapOptionsExtern.resolution,
|
||||||
|
resolutions: mapOptionsExtern.resolutions,
|
||||||
rotate: mapOptionsExtern.rotate,
|
rotate: mapOptionsExtern.rotate,
|
||||||
shiftDragZoom: mapOptionsExtern.shiftDragZoom,
|
shiftDragZoom: mapOptionsExtern.shiftDragZoom,
|
||||||
userProjection: mapOptionsExtern.userProjection,
|
userProjection: mapOptionsExtern.userProjection,
|
||||||
zoom: mapOptionsExtern.zoom
|
zoom: mapOptionsExtern.zoom,
|
||||||
|
zoomDelta: mapOptionsExtern.zoomDelta,
|
||||||
|
zoomFactor: mapOptionsExtern.zoomFactor
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user