How do I show all features in a layer no matter the zoom level?

1407
1
01-19-2016 09:32 AM
KitKerbel
New Contributor

I have a feature layer and am wanting to show all features no matter the zoom level...when I zoom out it is generalizing and removing detail. I've tried various options (i.e. autogeneralize: false), etc. to no avail. Help would be greatly appreciated.

Thanks!

0 Kudos
1 Reply
ChrisSmith7
Frequent Contributor

Have you tried adjusting the maxAllowableOffset property?

https://developers.arcgis.com/javascript/jsapi/featurelayer.html#setmaxallowableoffset

UPDATE:

Also, if you're referring to individual features, is it possible you are hitting the cap on the service?

0 Kudos