POLAR reference
    Preparing search index...

    Variable resourcesEnConst

    resourcesEn: {
        canvas: { label: "Map application" };
        error: {
            serviceUnavailable: "Service \"{{serviceName}}\" (ID: {{serviceId}}) is unavailable. This may limit the map's functionality.";
        };
        overlay: {
            noCommandOnZoom: "Use Command ⌘ + Mousewheel to zoom into the map";
            noControlOnZoom: "Use Ctrl+Mousewheel to zoom into the map";
            oneFingerPan: "Use at least two fingers to pan the map";
        };
    } = ...

    English locales for POLAR core. For overwriting these values, pass a partial object of this in locales.

    Type Declaration

    • Readonlycanvas: { label: "Map application" }
    • Readonlyerror: {
          serviceUnavailable: "Service \"{{serviceName}}\" (ID: {{serviceId}}) is unavailable. This may limit the map's functionality.";
      }
    • Readonlyoverlay: {
          noCommandOnZoom: "Use Command ⌘ + Mousewheel to zoom into the map";
          noControlOnZoom: "Use Ctrl+Mousewheel to zoom into the map";
          oneFingerPan: "Use at least two fingers to pan the map";
      }