I'm loading a featureLayer using MODE_ONDEMAND. I've implemented a system where the previous extent of a map is stored in localStorage so the next time a user returns to a map, they're already in the right place, the moment they open the map. The only problem is, if the extent and location matches the default extent specified by the service, none of the features show up.
I can pan the map just a bit, and they draw. How do I force them to show up on initial display of the map?