Buffer Results on Printed Map
We are running the latest version of Geocortex (4.5.0)
In the viewer (html5 2.6), we are able to identify a parcel, apply a buffer and then get identify results of properties within that buffer.
Is it possible to get every property pinned for the results? Right now the panel on the left only shows 50 at a time. Also, how to we print/export the map with the radius markup? As soon as you click another tool in the toolbar, those markups disappear.
Thank you in adavance for your help.
0
-
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
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar