Skip to content

Commit

Permalink
[BUILD]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Oct 25, 2021
1 parent 7bad110 commit 0f42fec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/ol-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -15744,7 +15744,7 @@ ol.control.VideoRecorder.prototype.resume = function () {
* @param {number} options.timeout Timeout for getCapabilities request, default 1000
* @param {boolean} options.cors Use CORS, default false
* @param {boolean} options.trace Log layer info, default false
* @param {function} [options.onselect] callback function that take a layer and layer options on select layer
* @param {function} [options.onselect] callback function that takes a layer and layer options on select layer
*/
ol.control.WMSCapabilities = function (options) {
options = options || {};
Expand Down Expand Up @@ -29908,7 +29908,6 @@ ol.layer.Geoportail = function(layer, options, tileoptions) {
if (!options.extent && capabilities.bbox) {
if (capabilities.bbox[0]>-170 && capabilities.bbox[2]<170) {
options.extent = ol.proj.transformExtent(capabilities.bbox, 'EPSG:4326', options.projection || 'EPSG:3857');
this.set('extent', options.extent);
}
}
options.maxZoom = maxZoom;
Expand Down
2 changes: 1 addition & 1 deletion dist/ol-ext.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion examples/storymap/map.control.storymap.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ <h2>Berlin</h2>
target: 'map',
view: new ol.View ({
zoom: 6,
center: [173664, 6166327]
center: [173664, 6166327],
pading: [0,0,0,210]
}),
layers: [stamen]
});
Expand Down

0 comments on commit 0f42fec

Please sign in to comment.