
I'd like to answer, but you have said nothing about the prompt autocad has stated after the paste command. It is not recommended to make changes to the maxRecordCountFactor, as increasing this value can affect browser performance.Could you please be more eloquent, please. To decrease the number of features that draw in each tile, decrease the value to less than 1. If the goal is to increase the tileMaxRecordCount so that more features are able to draw in each tile, increase this value to be higher than 1. By default, the value of this parameter is 1. In the service definition, find the parameter for maxRecordCountFactor.

#Layer not visible copyclip update
To update the service definition, browse to the Admin view of service URL as described above. However, the maxRecordCountFactor can be changed through updating the service definition. There is currently no way to change the tileMaxRecordCount parameter when publishing the service or through updating the service definition at REST.

Only 4000 total features can be displayed per tile and the warning message is more likely to appear. Conversely when zooming out, the tiles become larger as compared to the previous scale levels and more features can fit into just one tile. Therefore, the warning message is less likely to appear. As you zoom in, the tiles become smaller as compared to the previous scale levels and less features are expected to draw within each tile. The basemap that the service is displaying on top of is divided into a defined grid of tiles for each scale level. For polylines and polygons, this value is a default of 4000, because there are more vertices in these features.Īs you zoom in or out on the web map and the extent changes, the number of tiles in that extent may or may not change. For point features, the tileMaxRecordCount defaults to 8000. This means that when the Map viewer requests to view the service, only 4000 features per tile can be displayed. In the image below, the tileMaxRecordCount is set to 4000 by default. To access the Admin view, one must be the owner of the service.įrom the Admin view of the REST endpoint, navigate to “Update Definition” at the bottom of the page and find the tileMaxRecordCount property within the definition details. To access this page add "/admin" to the service URL, between “/rest” and “/services”. The value for tileMaxRecordCount can only be seen through the Admin view of the service's REST endpoint. When viewing the REST endpoint/URL of a service, the value for the tileMaxRecordCount parameter is not visible in the same way as the Max Record Count. If the number of features within a tile exceeds the tileMaxRecordCount, not all features can be displayed and the “Layer Did Not Draw Completely” warning message is returned. If the number of features within a tile is less than the tileMaxRecordCount, all features within this tile can be displayed.

The tileMaxRecordCount of the service limits the number of features that are displayed within each tile.

A request is sent out to the service for each tile that is present in the extent of the Map Viewer. The extent of the web map is broken up into sections that are referred to as 'tiles', which are not visible on the map. When displaying features, the Map Viewer uses the tileMaxRecordCount of the service along with the current extent of the web map. The tileMaxRecordCount value cannot be changed manually when publishing the service and is automatically assigned to a service definition, unlike the Max Record Count. However, the Map Viewer currently uses a different type of query request.Ĭurrently in the Map Viewer, the number of features that display at one time is determined by the tileMaxRecordCount property instead of the MaxRecordCount value. When working with a typical query request, the Max Record Count still determines the number of features that can be returned from the service at one time. The Max Record Count can be set in the ArcMap Service Editor dialog box when publishing the service or it is automatically assigned, depending on the publishing workflow used. In the past, the number of features that can draw at one time from a hosted feature service was determined by setting the maximum number of records returned by the server, also known as the Max Record Count. The type of requests that are sent out from the Map Viewer to the service are query requests that include parameters to determine how many features can be displayed at one time. When features from a service are displayed in the Map Viewer, requests are sent to the server so that the features can be returned from the service and show them in the web map.
