Not all pushpins showing
When I query data only some of the pushins are showing. The results table contains all of the records, but not all have pushpins. Anyone experience this?
0
-
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 Ketler0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar