Select to view content in your preferred language

Not drawing all features on Map Refresh

1043
4
Jump to solution
10-11-2013 04:09 AM
AlexRodriguez
Regular Contributor
Has anyone run across a problem with not all features being displayed in their map?
I should have section lines throughout my map.  Only some of them draw.
I should have point features throughout also.  Only some of them draw.
etc...

If I zoom in to the areas where they are not drawing, they do then draw.  And if I go back to the default extent they show up again.

But the initial map is missing LOTS of features in the display.

Can anyone tell me what that's about and how to remedy it?


thanks,

alex
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Alex,

   All Map Services have a setting in ArcGIS Server Manager of "Maximum Number of Records Returned by Server:         " the default for 10.x servers is 1000. So if your service has more than 1000 then this could explain your issue.

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow these steps as shown in the below graphic:

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus
Alex,

   All Map Services have a setting in ArcGIS Server Manager of "Maximum Number of Records Returned by Server:         " the default for 10.x servers is 1000. So if your service has more than 1000 then this could explain your issue.

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow these steps as shown in the below graphic:

0 Kudos
AlexRodriguez
Regular Contributor
Thanks for the response.
I'll check that setting and the number of features I'm dealing with.  I wonder, is that features from all layers?  Or is that features from each layer?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Alex,

   That is the number for the map service. So if you do a query on one layer then only the first 1000 features will be returned by the query. If you add the map service as a feture type then only 1000 features will return.

BTW you missed step 1 the most important step in the graphic I posted.
0 Kudos
AlexRodriguez
Regular Contributor
ah..sorry.  Got you squared away now.

thanks
0 Kudos