Ticket #844 (closed enhancement: fixed)
Put more relevant default minimum and maximum scales in basic weblayout
| Reported by: | msuing | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | AJAX Viewer | Version: | 2.0.1 |
| Severity: | trivial | Keywords: | scale |
| Cc: | External ID: |
Description
By default, the minimum and maximum scales in the basic weblayout are : var minScale = 0.001, maxScale = 1000000000000; it would be more realistic to replace it by var minScale = 10, maxScale = 1000000000000; This would be more realistic, especially when we zoom to a point and see a null scale...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

