nzgisco-select-widget
Version:
Widget which display the results of any interrogate operation.
29 lines • 1.34 kB
JavaScript
define({
root: ({
addBuffer: "Add Buffer Unit",
label:"Label",
defineUnits: "Define buffer units.",
addLayersToExclude: "Add layers to exclude",
symbologySectionTitle: "Symbology",
service: "Service ( If in a folder - Folder/Service )",
layerNames: "Layer Names(Group Names)",
actions: "Actions",
zoomToResults:"Zoom to results",
fillColour: "Highlight colour (when > 1 feature is selected)",
fillTransparency: "Fill transparency",
highlightColour: "Highlight colour (when 1 feature is selected)",
highlightTransparency: "Fill transparency",
attributeQueryMaxCount: "Maximum query expressions",
geometryServiceUrl: "Geometry service",
addFieldsToExclude: " Add fields to exclude from Attribute Query",
excludedFields: "Field name",
queryTypesTitle: "Select query types",
featureSelectionModeTitle: "Feature selection modes",
featureSelectionModesEnabled: "Show selection modes",
spatialQueryUsingGeometry: "Spatial query - Select by geometry",
spatialQueryUsingFeature: "Spatial query - Select by feature",
attributeQuery: "Attribute query",
targetLayerForSelectByFeatureTitle:"Set the default target layer for 'Select by feature'",
targetLayerForSelectByFeature: "Target layer(Layer name or service url)"
})
});