diff --git a/reference.html b/reference.html index 47f7696a..67cd41b7 100644 --- a/reference.html +++ b/reference.html @@ -1018,7 +1018,7 @@ var map = L.map('map', { watch Boolean false - If true, starts continous watching of location changes (instead of detecting it once) using W3C watchPosition method. You can later stop watching using map.stopLocate() method. + If true, starts continuous watching of location changes (instead of detecting it once) using W3C watchPosition method. You can later stop watching using map.stopLocate() method. setView @@ -1363,7 +1363,7 @@ var map = L.map('map', { zIndexOffset Number 0 - By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like 1000 (or high negative value, respectively). + By default, zIndex for the marker image is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like 1000 (or high negative value, respectively). opacity @@ -4772,17 +4772,17 @@ map.off('click', onClick); latlng LatLng - The geographical point where the mouse event occured. + The geographical point where the mouse event occurred. layerPoint Point - Pixel coordinates of the point where the mouse event occured relative to the map layer. + Pixel coordinates of the point where the mouse event occurred relative to the map layer. containerPoint Point - Pixel coordinates of the point where the mouse event occured relative to the map сontainer. + Pixel coordinates of the point where the mouse event occurred relative to the map сontainer. originalEvent @@ -5535,7 +5535,7 @@ MyClass.FOO; // 'bar' Point[] - Clips the polygon geometry defined by the given points by rectangular bounds. Used by Leaflet to only show polygon points that are on the screen or near, increasing performance. Note that polygon points needs different algorithm for clipping than polyline, so there's a seperate method for it. + Clips the polygon geometry defined by the given points by rectangular bounds. Used by Leaflet to only show polygon points that are on the screen or near, increasing performance. Note that polygon points needs different algorithm for clipping than polyline, so there's a separate method for it.