Restrict Data Export
Is there a way to restrict data export by map service or layer?
-
Yes - From site > All Modules > uncheck Extract.
0 -
Thank you for your reply, but I am not finding this anywhere in GE Manager. We are on 4.3.
0 -
I see that option in the silverlight viewer but no equivalent in the HTML5 viewer (latest verions). Having fine grained control (layers and/or fields) over the extracting of features is a very important and missing feature for us. Is there another way to control what layers can be extracted in either of the viewers?
Ruth
0 -
Ruth, that is exactly what I am in need of also.
0 -
I am using 4.2 ... please let me know if you find it in 4.3 :)
Thanks
0 -
Export data – took out these lines in the jscript files for Desktop, Tablet, Handheld (MPC Cases)
Under the ResultsListActions
{
"text": "@language-menu-export-results-to-csv",
"description": "@language-menu-export-results-to-csv-desc",
"hideOnDisable": true,
"command": "ExportResultsTo",
"commandParameter": {
"format": "csv",
"fsc": "{{context}}"
}
},
{
"text": "@language-menu-export-results-to-xlsx",
"description": "@language-menu-export-results-to-xlsx-desc",
"hideOnDisable": true,
"command": "ExportResultsTo",
"commandParameter": {
"format": "xlsx",
"fsc": "{{context}}"
}
},
{
"text": "@language-menu-export-results-to-shp",
"description": "@language-menu-export-results-to-shp-desc",
"hideOnDisable": true,
"command": "ExportResultsTo",
"commandParameter": {
"format": "shp",
"fsc": "{{context}}"
}
}
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
6 Kommentare