Hey All,
I recently posted a new Web Experience Map for some internal employees. This map has 2 layers, both consisting completely of polylines. Each Feature has 500K polylines. when I open the map in a browser it only partially loads. If I zoom in on an are that has not loaded it will then display the lines that previously were not rendered, but as soon as I zoom out it returns to not loading that area. From poking around, I gather this may be caused by the Max Record Count being set too low. Currently 2000. I have gone into the REST page for one of the features, opened the admin page. clicked the update option at the bottom and entered
{"maxRecordCount": 4000}Selected JSON from the drop down and clicked Update Definition I am then presented with a black page that reads
{
"success": true
} When I return to the REST page the Max Record Count is still 2000 and the layer on the Web Experience map loads exactly the same.
Have I done something incorrect? Is there a better way to solve the issue rather than adjusting Max Record Count?