Changeset 6100


Ignore:
Timestamp:
Mar 3, 2016 9:52:39 PM (8 years ago)
Author:
ldelgass
Message:

fix args validation in camera method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/mapviewer.tcl

    r6099 r6100  
    22452245            switch -- $zoomopt {
    22462246                "extent" {
    2247                     if {[llength $args] < 7} {
     2247                    if {[llength $args] < 5} {
    22482248                        error "wrong # of args to camera zoom extent"
    22492249                    }
Note: See TracChangeset for help on using the changeset viewer.