raintee-maputils 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6501,7 +6501,7 @@ class RulerControl {
6501
6501
  this.removeDragEvents = null;
6502
6502
  if (!this.options.invisible) {
6503
6503
  this.button = controlButton({
6504
- title: 'Ruler',
6504
+ title: options.title || 'Ruler',
6505
6505
  icon: icons.ruler(),
6506
6506
  onClick: () => this.onControlButtonClick(),
6507
6507
  });