Esri / information-lookup

Web app template that is used to determine if the location specified intersects a polygon
Apache License 2.0
6 stars 25 forks source link

Add an option to turn off zooming to intersected features #36

Open ChrisBuscaglia opened 9 years ago

ChrisBuscaglia commented 9 years ago

Currently if you have a large intersecting feature, you may want to turn off zoom level.

MikeMillerGIS commented 9 years ago

If the user specifies 0, turn off zooming

pLeBlanc93 commented 9 years ago

Since 0 is a valid zoom level, can this be changed to a negative number?

There are three different zoom scenarios I can think of:

ChrisBuscaglia commented 9 years ago

I agree that 0 is a valid zoom level - but -2 may not be intuitive for the user? Mike - can we place some hints in the configuration?