Move upgrade notes to 3.7 and fix typos

This commit is contained in:
Bart van den Eijnden
2015-07-02 15:23:34 +02:00
parent 4d3e903670
commit 7c207d47bb
3 changed files with 8 additions and 8 deletions

View File

@@ -436,9 +436,9 @@ ol.View.prototype.getZoom = function() {
/**
* Fit the given geometry or extent based on the given map size and border.
* The size is pixel deminsions of the box to fit the extent into.
* The size is pixel dimensions of the box to fit the extent into.
* In most cases you will want to use the map size, that is `map.getSize()`.
* Take care on the map angle.
* Takes care of the map angle.
* @param {ol.geom.SimpleGeometry|ol.Extent} geometry Geometry.
* @param {ol.Size} size Box pixel size.
* @param {olx.view.FitOptions=} opt_options Options.