123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515 |
- ##########################################################################
- # legend.tcl - raster legend layer options file for GRASS GIS Manager
- # March 2006 Michael Barton, Arizona State University
- # COPYRIGHT: (C) 1999 - 2006 by the GRASS Development Team
- #
- # This program is free software under the GNU General Public
- # License (>=v2). Read the file COPYING that comes with GRASS
- # for details.
- #
- ##########################################################################
- namespace eval GmLegend {
- variable array opt ;# legend current options
- variable count 1
- variable array lfile ;# raster
- variable array lfilemask ;# raster
- variable optlist
- variable array dup ;# vector
- variable llcorner
- }
- ###############################################################################
- # create new legend layer
- proc GmLegend::create { tree parent } {
- variable opt
- variable count
- variable lfile
- variable lfilemask
- variable optlist
- variable first
- variable dup
-
- set node "legend:$count"
- set dup($count) 1
- set frm [ frame .legendicon$count]
- set check [checkbutton $frm.check \
- -variable GmLegend::opt($count,1,_check) \
- -height 1 -padx 0 -width 0]
- set ico [label $frm.ico -bd 1 -relief raised -text "Leg"]
- icon_configure $ico module d.legend
- bind $ico <ButtonPress-1> "GmTree::selectn $tree $node"
-
- pack $check $ico -side left
-
- #insert new layer
- if {[$tree selection get] != "" } {
- set sellayer [$tree index [$tree selection get]]
- } else {
- set sellayer "end"
- }
- $tree insert $sellayer $parent $node \
- -text "legend $count"\
- -window $frm \
- -drawcross auto
-
- set opt($count,1,_check) 1
- set dup($count) 0
- set opt($count,1,map) ""
- set opt($count,1,opacity) 1.0
- set opt($count,1,color) "black"
- set opt($count,1,lines) 0
- set opt($count,1,thin) 1
- set opt($count,1,font) ""
- set opt($count,1,mouseset) 0
- set opt($count,1,labelnum) 5
- set opt($count,1,at) "5,90"
- set opt($count,1,height) 80
- set opt($count,1,width) 5
- set opt($count,1,use) ""
- set opt($count,1,range) ""
- set opt($count,1,nolbl) 0
- set opt($count,1,noval) 0
- set opt($count,1,skip) 0
- set opt($count,1,smooth) 0
- set opt($count,1,flip) 0
- set opt($count,1,mod) 1
-
- set optlist { _check map opacity color lines thin labelnum at height width \
- font mouseset use range nolbl noval skip smooth flip}
-
- foreach key $optlist {
- set opt($count,0,$key) $opt($count,1,$key)
- }
-
- # create files in tmp diretory for layer output
- set mappid [pid]
- if {[catch {set lfile($count) [exec g.tempfile pid=$mappid]} error]} {
- GmLib::errmsg $error [G_msg "Error creating tempfile"]
- }
- set lfilemask($count) $lfile($count)
- append lfile($count) ".ppm"
- append lfilemask($count) ".pgm"
- incr count
- return $node
- }
- ###############################################################################
- proc GmLegend::set_option { node key value } {
- variable opt
-
- set id [GmTree::node_id $node]
- set opt($id,1,$key) $value
- }
- ##########################################################################
- proc GmLegend::set_font { id } {
- variable opt
-
- if {$GmLegend::opt($id,1,font) != "" } {
- set Gm::dfont $GmLegend::opt($id,1,font)
- }
- Gm::defaultfont dlegend
- tkwait variable Gm::dfont
- set GmLegend::opt($id,1,font) $Gm::dfont
- set Gm::dfont ""
- }
- ##########################################################################
- proc GmLegend::mouseset { id } {
- # use mouse to set scalebar placement coordinates
- global mon pctentry
- variable llcorner
- variable opt
- if { $GmLegend::opt($id,1,mouseset) == 1 } {
- set pctentry $GmLegend::llcorner
- } else {
- set pctentry ""
- }
- }
- ###############################################################################
- # select raster map
- proc GmLegend::select_map { id } {
- variable tree
- variable node
- set m [GSelect cell title [G_msg "Raster map for legend"] parent "."]
- if { $m != "" } {
- set GmLegend::opt($id,1,map) $m
- GmTree::autonamel [format [G_msg "legend for %s"] $m]
- }
- }
- # Calculate optimal legend height for CELL maps
- proc GmLegend::getoptimalvsize { varname key op } {
- upvar #0 $varname var
- set numclass 0
-
- if {[string length $var($key)] > 0} {
- if {![catch {open "|r.info -t map=$var($key)" r} iinput]} {
- while {[gets $iinput iline] >= 0} {
- if {[string equal "datatype=CELL" "$iline"]} {
- if {![catch {open "|r.describe -1 -n --q map=$var($key)" r} dinput]} {
- while {[gets $dinput dline] >= 0} {
- incr numclass
- }
- }
- }
- }
- }
- if {$numclass > 0} {
- set hg [expr {$numclass * 7}]
- if {$hg > 80} {
- set GmLegend::opt([string index $key 0],1,height) 80
- } else {
- set GmLegend::opt([string index $key 0],1,height) $hg
- }
- }
- }
- }
- ###############################################################################
- # legend options
- proc GmLegend::options { id frm } {
- variable opt
- variable llcorner
- global bgcolor
- # Panel heading
- set row [ frame $frm.heading1 ]
- Label $row.a -text [G_msg "Display legend for raster map using cat values and labels"] \
- -fg MediumBlue
- pack $row.a -side left
- pack $row -side top -fill both -expand yes
- #opacity
- set row [ frame $frm.opc]
- Label $row.a -text [G_msg "Opaque "]
- scale $row.b -from 1.0 -to 0.0 -showvalue 1 \
- -orient horizontal -length 300 -resolution 0.01 -fg "#656565"\
- -variable GmLegend::opt($id,1,opacity)
- Label $row.c -text [G_msg " Transparent"]
- pack $row.a $row.b $row.c -side left
- pack $row -side top -fill both -expand yes
-
- # raster name
- set row [ frame $frm.map ]
- Label $row.a -text [G_msg "Raster map: "]
- Button $row.b -highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
- -command "GmLegend::select_map $id"
- icon_configure $row.b element cell
- Entry $row.c -width 35 -text " $opt($id,1,map)" \
- -textvariable GmLegend::opt($id,1,map)
- trace add variable GmLegend::opt($id,1,map) write GmLegend::getoptimalvsize
-
- Label $row.d -text " "
- Button $row.e -text [G_msg "Help"] \
- -command "spawn g.manual --q d.legend" \
- -background $bgcolor \
- -helptext [G_msg "Help"]
- icon_configure $row.e gui help
- pack $row.a $row.b $row.c $row.d $row.e -side left
- pack $row -side top -fill both -expand yes
- # size and location
- set row [ frame $frm.at1 ]
- Label $row.a -text [G_msg "Legend placement and size as 0-100% of display"]
- pack $row.a -side left
- pack $row -side top -fill both -expand yes
- # at
- set row [ frame $frm.at2 ]
- Label $row.a -text [G_msg " x,y of lower left corner (in % from display top left)"]
- set llcorner [LabelEntry $row.b -width 8 \
- -textvariable GmLegend::opt($id,1,at)]
- checkbutton $row.c -text [G_msg "place with mouse"] \
- -variable GmLegend::opt($id,1,mouseset) \
- -command "GmLegend::mouseset $id"
- pack $row.a $row.b $row.c -side left
- pack $row -side top -fill both -expand yes
-
- # size
- set row [ frame $frm.size ]
- Label $row.a -text [G_msg " legend height "]
- SpinBox $row.b -range {0 100 1} -textvariable GmLegend::opt($id,1,height) \
- -width 5 -helptext [G_msg "Legend height (% of display)"]
- Label $row.c -text [G_msg "% width"]
- SpinBox $row.d -range {0 100 1} -textvariable GmLegend::opt($id,1,width) \
- -width 5 -helptext [G_msg "Legend width (% of display)"]
- Label $row.e -text "%"
- pack $row.a $row.b $row.c $row.d $row.e -side left
- pack $row -side top -fill both -expand yes
- # text
- set row [ frame $frm.color ]
- Label $row.a -text [G_msg "Legend appearance: text color"]
- ComboBox $row.b -padx 0 -width 10 -textvariable GmLegend::opt($id,1,color) \
- -values {"white" "grey" "gray" "black" "brown" "red" "orange" \
- "yellow" "green" "aqua" "cyan" "indigo" "blue" "purple" "violet" "magenta"}
- Label $row.c -text [G_msg " legend text font "]
- Button $row.d -highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
- -helptext [G_msg "select font for text"] \
- -command "GmLegend::set_font $id"
- icon_configure $row.d gui font
- pack $row.a $row.b $row.c $row.d -side left
- pack $row -side top -fill both -expand yes
-
- # no category labels or numbers
- set row [ frame $frm.cats ]
- Label $row.a -text " "
- checkbutton $row.b -text [G_msg "do not display labels"] -variable \
- GmLegend::opt($id,1,nolbl)
- checkbutton $row.c -text [G_msg "do not display values"] -variable \
- GmLegend::opt($id,1,noval)
- pack $row.a $row.b $row.c -side left
- pack $row -side top -fill both -expand yes
- # display lines
- set row [ frame $frm.lines ]
- Label $row.a -text [G_msg " number of lines (0=display all):"]
- SpinBox $row.b -range {0 1000 1} -textvariable GmLegend::opt($id,1,lines) \
- -width 5 -helptext [G_msg "Lines to display"]
- Label $row.c -text " "
- checkbutton $row.d -text [G_msg "invert legend"] -variable \
- GmLegend::opt($id,1,flip)
- pack $row.a $row.b $row.c $row.d -side left
- pack $row -side top -fill both -expand yes
-
- # thin
- set row [ frame $frm.thin ]
- Label $row.a -text [G_msg " interval between categories (integer maps)"]
- SpinBox $row.b -range {1 1000 1} -textvariable GmLegend::opt($id,1,thin) \
- -width 5 -helptext [G_msg "Thinning interval"]
- pack $row.a $row.b -side left
- pack $row -side top -fill both -expand yes
-
- # labelnum
- set row [ frame $frm.labelnum ]
- Label $row.a -text " "
- checkbutton $row.b -text [G_msg "draw smooth gradient (fp maps)"] -variable \
- GmLegend::opt($id,1,smooth)
- Label $row.c -text [G_msg "with maximum of"]
- SpinBox $row.d -range {2 100 1} -textvariable GmLegend::opt($id,1,labelnum) \
- -width 4 -helptext [G_msg "Maximum lines to display for gradient"]
- Label $row.e -text [G_msg "lines"]
- pack $row.a $row.b $row.c $row.d $row.e -side left
- pack $row -side top -fill both -expand yes
-
- # display subset of values
- set row [ frame $frm.subset ]
- Label $row.a -text [G_msg "Display legend for subset of raster values"]
- pack $row.a -side left
- pack $row -side top -fill both -expand yes
- # skip
- set row [ frame $frm.opts ]
- Label $row.a -text " "
- checkbutton $row.b -text [G_msg "skip categories with no labels"] -variable \
- GmLegend::opt($id,1,skip)
- pack $row.a $row.b -side left
- pack $row -side top -fill both -expand yes
- # use cats
- set row [ frame $frm.use ]
- Label $row.a -text [G_msg " legend for only these categories "]
- LabelEntry $row.b -textvariable GmLegend::opt($id,1,use) -width 28
- pack $row.a $row.b -side left
- pack $row -side top -fill both -expand yes
-
- # range
- set row [ frame $frm.range ]
- Label $row.a -text [G_msg " legend for only this range of values"]
- LabelEntry $row.b -textvariable GmLegend::opt($id,1,range) -width 28
- pack $row.a $row.b -side left
- pack $row -side top -fill both -expand yes
- set opt($id,1,mod) "1"
- }
- ###############################################################################
- #save legend layer to grc file
- proc GmLegend::save { tree depth node } {
- variable opt
- variable optlist
-
- set id [GmTree::node_id $node]
- foreach key $optlist {
- GmTree::rc_write $depth "$key $opt($id,1,$key)"
- }
- }
- ###############################################################################
- # render and composite legend layer
- proc GmLegend::display { node mod } {
- global mon
- global env
- variable optlist
- variable lfile
- variable lfilemask
- variable opt
- variable tree
- variable dup
- variable count
- set line ""
- set input ""
- set cmd ""
- set tree($mon) $GmTree::tree($mon)
- set id [GmTree::node_id $node]
- # If we are told dirty (for zoom) force dirty
- # Don't remove a dirty from a previous unrendered zoom
- if {$mod} {set opt($id,1,mod) 1}
-
- set atlist [split $opt($id,1,at) ","]
- set x1 [lindex $atlist 0]
- set y1 [expr 100 - [lindex $atlist 1]]
-
- set placement "$y1,[expr $y1+$opt($id,1,height)],$x1,[expr $x1+$opt($id,1,width)]"
- if { $opt($id,1,map) == "" } { return }
- set cmd "d.legend map=$opt($id,1,map) color=$opt($id,1,color) \
- lines=$opt($id,1,lines) thin=$opt($id,1,thin) \
- labelnum=$opt($id,1,labelnum) at=$placement"
- # use cats
- if { $opt($id,1,use) != "" } {
- append cmd " use=$opt($id,1,use)"
- }
- # range
- if { $opt($id,1,range) != "" } {
- append cmd " range=$opt($id,1,range)"
- }
- # nolbl
- if { $opt($id,1,nolbl) != 0 } {
- append cmd " -v"
- }
- # noval
- if { $opt($id,1,noval) != 0 } {
- append cmd " -c"
- }
- # skip
- if { $opt($id,1,skip) != 0} {
- append cmd " -n"
- }
- # smooth
- if { $opt($id,1,smooth) != 0 } {
- append cmd " -s"
- }
-
- # flip
- if { $opt($id,1,flip) != 0 } {
- append cmd " -f"
- }
-
- # check value of GRASS_FONT variable prior to display
- if {![catch {set env(GRASS_FONT)}]} {
- set currfont $env(GRASS_FONT)
- } else {
- set currfont "romans"
- }
- # set grass font environmental variable to user selection"
- if { $GmLegend::opt($id,1,font) != ""} { set env(GRASS_FONT) $GmLegend::opt($id,1,font) }
- # Decide whether to run, run command, and copy files to temp
- GmCommonLayer::display_command [namespace current] $id $cmd
-
- # set grass font environmental variable to whatever it was when we started
- # this lets different text layers have different fonts
-
- set env(GRASS_FONT) $currfont
- }
- ###############################################################################
- # duplicate legend layer
- proc GmLegend::duplicate { tree parent node id } {
- variable optlist
- variable lfile
- variable lfilemask
- variable opt
- variable count
- variable dup
- set node "legend:$count"
- set frm [ frame .legendicon$count]
- set check [checkbutton $frm.check \
- -variable GmLegend::opt($count,1,_check) \
- -height 1 -padx 0 -width 0]
- set ico [label $frm.ico -bd 1 -relief raised -text "Leg"]
- icon_configure $ico module d.legend
- bind $ico <ButtonPress-1> "GmTree::selectn $tree $node"
-
- pack $check $ico -side left
- # where to insert new layer
- if {[$tree selection get] != "" } {
- set sellayer [$tree index [$tree selection get]]
- } else {
- set sellayer "end"
- }
- if { $opt($id,1,map) == ""} {
- $tree insert $sellayer $parent $node \
- -text "legend $count" \
- -window $frm \
- -drawcross auto
- } else {
- $tree insert $sellayer $parent $node \
- -text "legend for $opt($id,1,map)" \
- -window $frm \
- -drawcross auto
- }
- set opt($count,1,opacity) $opt($id,1,opacity)
- set optlist { _check map opacity color lines thin labelnum at height width \
- mouseset use range nolbl noval skip smooth flip}
-
- foreach key $optlist {
- set opt($count,1,$key) $opt($id,1,$key)
- set opt($count,0,$key) $opt($count,1,$key)
- }
-
- set id $count
-
- # create files in tmp directory for layer output
- set mappid [pid]
- if {[catch {set lfile($count) [exec g.tempfile pid=$mappid]} error]} {
- GmLib::errmsg $error [G_msg "Error creating tempfile"]
- }
- set lfilemask($count) $lfile($count)
- append lfile($count) ".ppm"
- append lfilemask($count) ".pgm"
- incr count
- return $node
- }
|