Opened 15 years ago

Closed 15 years ago

#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 (1)

Patch from mailing list.diff (434 bytes ) - added by ksgeograf 15 years ago.
A patch sent to the mailing list

Download all attachments as: .zip

Change History (3)

comment:1 by ksgeograf, 15 years ago

I would prefer if it was configureable through the WebLayout.

by ksgeograf, 15 years ago

A patch sent to the mailing list

comment:2 by jng, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r3775

Note: See TracTickets for help on using tickets.