POLAR reference
    Preparing search index...

    Variable resourcesEnConst

    resourcesEn: {
        header: {
            close: "Close information window";
            field: "Field";
            value: "Value";
        };
        list: {
            emptyView: "There are no features in the current view.";
            entry: "Entry";
            header: "Feature list";
            of: "of";
            to: "to";
        };
        noActiveLayer: "Currently, no map layer with fitting objects is active.";
        property: {
            export: "Export as a PDF document";
            imageAlt: "Please refer to the other table fields for further information about the topics of the displayed picture";
            linkText: "Link";
            linkTitle: "Open in a new tab";
        };
        switch: { next: "Next data"; previous: "Previous data" };
    } = ...

    English locales for gfi plugin. For overwriting these values, use the plugin's ID as namespace.

    Type Declaration

    • Readonlylist: {
          emptyView: "There are no features in the current view.";
          entry: "Entry";
          header: "Feature list";
          of: "of";
          to: "to";
      }
    • ReadonlynoActiveLayer: "Currently, no map layer with fitting objects is active."
    • Readonlyproperty: {
          export: "Export as a PDF document";
          imageAlt: "Please refer to the other table fields for further information about the topics of the displayed picture";
          linkText: "Link";
          linkTitle: "Open in a new tab";
      }
    • Readonlyswitch: { next: "Next data"; previous: "Previous data" }