geolocation-8.x-3.x-dev/js/MapFeature/ControlCustomRecenter.js

js/MapFeature/ControlCustomRecenter.js
import { GeolocationMapFeature } from "./GeolocationMapFeature.js";

export default class ControlCustomRecenter extends GeolocationMapFeature {
  /**
   * @inheritDoc
   */
  constructor(settings, map) {
    super(settings, map);

    const recenterButton = this.map.wrapper.querySelector(".geolocation-map-control .recenter");

    recenterButton.addEventListener("click", (e) => {
      e.preventDefault();

      this.map.setCenterByOptions();
    });
  }
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc