nzgisco-select-widget
Version:
Widget which display the results of any interrogate operation.
29 lines • 1.25 kB
JavaScript
define({
root: ({
_widgetLabel: "TCDC Select",
selectByGeometry: "By geometry",
selectByAttribute: "By attribute",
selectByFeature: "By feature",
sourceLayerList: "Select features from",
placeHolderSourceLayers: "Select Layers",
allVisibleLayers: "All visible layers",
noVisibleLayersFound: "No visible layers found",
addBuffer: "Add buffer",
apply: "Apply",
clear: "Clear",
createGeometryMsg: "Create geometry to query",
noGeomServiceMsg: "Geometry service is not configured and hence buffer will not be created.",
noResultsWidgetWarning: "The application is not configured with a result widget.Hence the tabular view of the results will not be available.",
fields: "Fields",
fieldsPlaceHolder: "Select a field",
operator: "Operator",
operatorPlaceHolder: "Select",
value: "Value",
valuePlaceHolder: "Input search value",
addExpression: "Add expression",
invalidQueryExpressions: "Invalid query parameters",
maxExpressionsMsg: "Maximum expression limit reached",
selectByFeatureToolTip: "Click on the feature you want to select",
selectionModeTitle:"Selection mode"
})
});