Ticket #844 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

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

Change History

Changed 4 years ago by ksgeograf

I would prefer if it was configureable through the WebLayout?.

Changed 4 years ago by ksgeograf

A patch sent to the mailing list

Changed 4 years ago by jng

  • status changed from new to closed
  • resolution set to fixed

Fixed in r3775

Note: See TracTickets for help on using tickets.