Zum Hauptinhalt gehen

Restrict Data Export

Kommentare

6 Kommentare

  • Permanently deleted user

    Yes - From site > All Modules > uncheck Extract.

    0
  • Kathy Andersen

    Thank you for your reply, but I am not finding this anywhere in GE Manager.  We are on 4.3.

    0
  • Ruth Aslanis

    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
  • Kathy Andersen

    Ruth, that is exactly what I am in need of also.

    0
  • Permanently deleted user

    I am using 4.2 ... please let me know if you find it in 4.3 :)

    Thanks

    0
  • James Brink

    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.