Changeset 6278 for trunk


Ignore:
Timestamp:
Apr 19, 2016, 1:57:14 PM (8 years ago)
Author:
ldelgass
Message:

Add select region handler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/mapviewer/select/select_feature_example.tcl

    r6209 r6278  
    1919            # previously selected features have been unselected.
    2020            # no arguments associated with this option.
     21            puts "select clear"
    2122        }
    2223        "feature" {
     
    3738                numFeaturesInLayer=\"$numFeaturesInLayer\"\
    3839                layerName=\"$layerName\""
     40        }
     41        "region" {
     42            puts "select region $args"
    3943        }
    4044        default {
Note: See TracChangeset for help on using the changeset viewer.