On map load I want to zoom the map to a specific single feature, what's the best way to do this?
`executeForExtent` doesn't work because the single feature doesn't have an extent.
I think in the past I buffered the returned feature's geometry and zoomed to that created polygon feature. Is that still the best way to do this?