Hoppa till huvudinnehållet

Not all pushpins showing

Kommentarer

1 kommentar

  • Mike Ketler
    Hi Shana,

     

    By default the viewer is configured to display 50 results and then start paging. The pushpins are linked to the results and as such only the 50 results displayed will have pushpins. If you page over the results list will change and the pushpins will update.

     

    The only way to increase this limit is by editing the viewer Desktop.json.js and increasing the pageSize value.

     

      { "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 } }, { "id": "ResultsTableView", "viewModelId": "ResultsTableViewModel", "libraryId": "Mapping.Infrastructure", "iconUri": "Resources/Images/Icons/Toolbar/search-24.png", "type": "geocortex.essentialsHtmlViewer.mapping.infrastructure.results.ResultsTableView", "markup": "Mapping/infrastructure/results/ResultsTableView.html", "region": "ResultsRegion", "visible": false, "configuration": { "isPaged": true, "pageSize": 50 } }

     

    Thanks,

     

    Mike Ketler

     

     
    0

Du måste logga in om du vill lämna en kommentar.