Zum Hauptinhalt gehen

Buffer Results on Printed Map

Kommentare

1 Kommentar

  • John Nerge
    You can change the number of results listed by updating either the pageSize or isPaged settings in the ResultsListView in the Results module of your viewer config. Changing the former will increase or decrease the number or results returned by page. Changing the latter to false will return all results in a single list.

     

              {

     

                "id": "ResultsListView",

     

                "viewModelId": "ResultsListViewModel",

     

                "libraryId": "Mapping.Infrastructure",

     

                "iconUri": "Resources/Images/Icons/Toolbar/search-24.png",

     

                "type": "geocortex.essentialsHtmlViewer.mapping.infrastructure.results.ResultsListView",

     

                "markup": "Mapping/infrastructure/results/ResultsListView.html",

     

                "region": "DataFrameResultsContainerRegion",

     

                "visible": false,

     

                "title": "@language-common-results",

     

                "description": "@language-common-query-results",

     

                "configuration": {

     

                  "contentField": "description",

     

                  "isPaged": true,

     

                  "pageSize": 50

     

                }

     

    You can make, keep, and print parcel buffers by doing them as a workflow and adding buffer results to the map as markups.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.