/usr/lib/grass64/etc/gm/thematic.tcl is in grass-gui 6.4.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 | ##########################################################################
# thematic.tcl - thematic vector mapping 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 GmThematic {
variable array opt ;# thematic current options
variable array tlegend ;# mon id
variable array tlegcan ;# mon id
variable count 1
variable array lfile ;# raster
variable array lfilemask ;# raster
variable optlist
variable array dup ;# vector
}
###############################################################################
# create new thematic layer
proc GmThematic::create { tree parent } {
variable opt
variable count
variable dup
variable lfile
variable lfilemask
variable optlist
global iconpath
set node "thematic:$count"
set frm [ frame .thematicicon$count]
set check [checkbutton $frm.check \
-variable GmThematic::opt($count,1,_check) \
-height 1 -padx 0 -width 0]
image create photo thematicico -file "$iconpath/module-d.vect.thematic.gif"
set ico [label $frm.ico -image thematicico -bd 1 -relief raised]
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 "thematic $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,type) "area"
set opt($count,1,typelv) ""
set opt($count,1,column) ""
set opt($count,1,themetype) "graduated_colors"
set opt($count,1,themetypelv) ""
set opt($count,1,themecalc) "interval"
set opt($count,1,themecalclv) ""
set opt($count,1,breakpoints) ""
set opt($count,1,where) ""
set opt($count,1,layer) 1
set opt($count,1,icon) "basic/circle"
set opt($count,1,ptsize) 5
set opt($count,1,maxsize) 20
set opt($count,1,nint) 4
set opt($count,1,colorscheme) "blue-red"
set opt($count,1,colorschemelv) ""
set opt($count,1,pointcolor) \#FF0000
set opt($count,1,linecolor) \#000000
set opt($count,1,startcolor) \#FF0000
set opt($count,1,endcolor) \#0000FF
set opt($count,1,update_rgb) 0
set opt($count,1,math) 0
set opt($count,1,psmap) ""
set opt($count,1,border) 1
# keep font names here to make sure that all fonts used are in proper TclTk format
set opt($count,1,titlefont) "{times} 14 bold"
set opt($count,1,subtitlefont) "{times} 12 bold"
set opt($count,1,labelfont) "{times} 12"
set opt($count,1,tfontcolor) \#000000
set opt($count,1,lfontcolor) \#000000
set opt($count,1,mod) 1
set optlist { _check map opacity type column themetype themecalc breakpoints where \
layer icon ptsize maxsize nint colorscheme pointcolor linecolor\
startcolor endcolor border update_rgb math psmap \
titlefont tfontcolor subtitlefont labelfont lfontcolor}
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 GmThematic::set_option { node key value } {
variable opt
set id [GmTree::node_id $node]
set opt($id,1,$key) $value
}
proc GmThematic::select_map { id } {
variable tree
variable node
set m [GSelect vector title [G_msg "Vector map"] parent "."]
if { $m != "" } {
set GmThematic::opt($id,1,map) $m
GmTree::autonamel [format [G_msg "thematic map for %s"] $m]
}
}
###############################################################################
# select fonts for legend
proc GmThematic::select_tfont { id frm} {
variable opt
set fon [SelectFont $frm.font -type dialog -sampletext [G_msg "This is font sample text."] -title [G_msg "Select font"] -font $opt($id,1,titlefont)]
if { $fon != "" } {set opt($id,1,titlefont) $fon}
}
proc GmThematic::select_stfont { id frm} {
variable opt
set fon [SelectFont $frm.font -type dialog -sampletext [G_msg "This is font sample text."] -title [G_msg "Select font"] -font $opt($id,1,subtitlefont)]
if { $fon != "" } {set opt($id,1,subtitlefont) $fon}
}
proc GmThematic::select_lfont { id frm} {
variable opt
set fon [SelectFont $frm.font -type dialog -sampletext [G_msg "This is font sample text."] -title [G_msg "Select font"] -font $opt($id,1,labelfont)]
if { $fon != "" } {set opt($id,1,labelfont) $fon}
}
###############################################################################
# show attribute columns and attribute values
proc GmThematic::show_columns { id } {
variable opt
global bgcolor
set mapname $opt($id,1,map)
if {[string length $mapname] == 0} {
GmThematic::select_map $id
set mapname $opt($id,1,map)
if {[string length $mapname] == 0} {
GmLib::errmsg [G_msg "This action requires map name to be set"]
return
}
}
set layernum $opt($id,1,layer)
if {[string is integer -strict $layernum] == 0 } {
GmLib::errmsg [G_msg "You must provide valid vector layer number"]
return
}
set cmd "v.info -c map=$mapname layer=$layernum"
run_panel $cmd
}
proc GmThematic::show_data { id } {
variable opt
global bgcolor
set mapname $opt($id,1,map)
if {[string length $mapname] == 0} {
GmVector::select_map $id
set mapname $opt($id,1,map)
if {[string length $mapname] == 0} {
GmLib::errmsg [G_msg "This action requires map name to be set"]
return
}
}
set layernum $opt($id,1,layer)
if {[string is integer -strict $layernum] == 0 } {
GmLib::errmsg [G_msg "You must provide valid vector layer number"]
return
}
if {![catch {open "|v.db.connect map=$mapname layer=$layernum -g -l" r} vdb]} {
set vectdb [read $vdb]
if {[catch {close $vdb} error]} {
GmLib::errmsg $error
}
set vdblist [split $vectdb " "]
set tbl [string trim [lindex $vdblist 1]]
set db [file normalize [join [lrange $vdblist 3 end-1]]]
set drv [string trim [lindex $vdblist end]]
set cmd [list db.select "table=$tbl" "database=$db" "driver=$drv"]
run_panel $cmd
}
}
###############################################################################
# select symbols from directories
proc GmThematic::select_symbol { id } {
variable opt
set i [GSelect symbol title [G_msg "Vector point symbol"] parent "."]
if { $i != "" } {
set GmThematic::opt($id,1,icon) $i
}
}
###############################################################################
# set thematic options
proc GmThematic::options { id frm } {
variable opt
global iconpath
global bgcolor
# Panel heading
set row [ frame $frm.heading1 ]
Label $row.a -text [G_msg "Display vector maps thematically by graduate colors (all types)"] \
-fg MediumBlue
pack $row.a -side left
pack $row -side top -fill both -expand yes
set row [ frame $frm.heading2 ]
Label $row.a -text [G_msg " or by graduated sizes (points and lines)"] \
-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 GmThematic::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
# vector name
set row [ frame $frm.map ]
Label $row.a -text [G_msg "Vector map:"]
Button $row.b -image [image create photo -file "$iconpath/element-vector.gif"] \
-highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
-helptext [G_msg "vector for thematic mapping"] \
-command "GmThematic::select_map $id"
Entry $row.c -width 35 -text " $opt($id,1,map)" \
-textvariable GmThematic::opt($id,1,map)
Label $row.d -text " "
Button $row.e -text [G_msg "Help"] \
-image [image create photo -file "$iconpath/gui-help.gif"] \
-command "spawn g.manual --q d.vect.thematic" \
-background $bgcolor \
-helptext [G_msg "Help"]
pack $row.a $row.b $row.c $row.d $row.e -side left
pack $row -side top -fill both -expand yes
# vector type and layer
set row [ frame $frm.vtype ]
Label $row.a -text [G_msg " vector type"]
ComboBox $row.b -padx 2 -width 10 -textvariable GmThematic::opt($id,1,type) \
-values {"area" "point" "centroid" "line" "boundary"} \
-labels [list [G_msg "area"] [G_msg "point"] [G_msg "centroid"] [G_msg "line"] [G_msg "boundary"]] \
-labelsvariable GmThematic::opt($id,1,typelv)
Label $row.c -text [G_msg " attribute layer"]
LabelEntry $row.d -textvariable GmThematic::opt($id,1,layer) -width 3
pack $row.a $row.b $row.c $row.d -side left
pack $row -side top -fill both -expand yes
# vector column
set row [ frame $frm.column ]
Label $row.a -text [G_msg " NUMERIC attribute column to use for thematic map"]
LabelEntry $row.b -textvariable GmThematic::opt($id,1,column) -width 15
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
#show columns and data
set row [ frame $frm.columns ]
Label $row.a -text [G_msg " show attribute columns"]
Button $row.b -text [G_msg "columns"] \
-image [image create photo -file "$iconpath/db-columns.gif"] \
-command "GmThematic::show_columns $id" \
-background $bgcolor \
-helptext [G_msg "Show columns"]
Label $row.c -text [G_msg " show data"]
Button $row.d -text [G_msg "data"] \
-image [image create photo -file "$iconpath/db-values.gif"] \
-command "GmThematic::show_data $id" \
-background $bgcolor \
-helptext [G_msg "Show data"]
pack $row.a $row.b $row.c $row.d -side left
pack $row -side top -fill both -expand yes
# Thematic type
set row [ frame $frm.ttype ]
Label $row.a -text [G_msg "Thematic map: type"]
ComboBox $row.b -padx 2 -width 16 -textvariable GmThematic::opt($id,1,themetype) \
-values {"graduated_colors" "graduated_points" "graduated_lines"} \
-labels [list [G_msg "graduated colors"] [G_msg "graduated points"] [G_msg "graduated lines"]] \
-labelsvariable GmThematic::opt($id,1,themetypelv)
Label $row.c -text [G_msg " map by"]
ComboBox $row.d -padx 2 -width 15 -textvariable GmThematic::opt($id,1,themecalc) \
-values {"interval" "std_deviation" "quartiles" "custom_breaks"} \
-labels [list [G_msg "interval"] [G_msg "std deviation"] [G_msg "quartiles"] [G_msg "custom breaks"]] \
-labelsvariable GmThematic::opt($id,1,themecalclv)
pack $row.a $row.b $row.c $row.d -side left
pack $row -side top -fill both -expand yes
# intervals
set row [ frame $frm.int ]
Label $row.a -text [G_msg " number of intervals to map (interval themes):"]
SpinBox $row.b -range {1 99 1} -textvariable GmThematic::opt($id,1,nint) \
-width 3
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
# breakpoints
set row [ frame $frm.break ]
Label $row.a -text [G_msg " custom breakpoints (val val ...) "]
LabelEntry $row.b -textvariable GmThematic::opt($id,1,breakpoints) -width 32
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
# where
set row [ frame $frm.where ]
Label $row.a -text [G_msg " query with SQL where clause "]
LabelEntry $row.b -textvariable GmThematic::opt($id,1,where) -width 32
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
# point options1
set row [ frame $frm.pts1 ]
Label $row.a -text [G_msg "Graduated points & lines: "]
Button $row.b -text [G_msg "icon"] \
-command "GmThematic::select_symbol $id"
Entry $row.c -width 10 -text "$opt($id,1,icon)" \
-textvariable GmThematic::opt($id,1,icon)
Label $row.d -text [G_msg "point color"]
SelectColor $row.e -type menubutton -variable GmThematic::opt($id,1,pointcolor)
Label $row.f -text [G_msg "line color"]
SelectColor $row.g -type menubutton -variable GmThematic::opt($id,1,linecolor)
pack $row.a $row.b $row.c $row.d $row.e $row.f $row.g -side left
pack $row -side top -fill both -expand yes
# point options2
set row [ frame $frm.pts2 ]
Label $row.a -text [G_msg " size/min size (graduated pts/lines)"]
SpinBox $row.b -range {1 50 1} -textvariable GmThematic::opt($id,1,ptsize) \
-width 2 -helptext [G_msg "icon size/min size (graduated pts/lines)"]
Label $row.c -text [G_msg "max size (graduated pts)"]
SpinBox $row.d -range {1 50 1} -textvariable GmThematic::opt($id,1,maxsize) \
-width 2 -helptext [G_msg " max size (graduated pts/lines)"]
pack $row.a $row.b $row.c $row.d -side left
pack $row -side top -fill both -expand yes
# color options1
set row [ frame $frm.color1 ]
Label $row.a -text [G_msg "Graduated colors: preset color schemes"]
ComboBox $row.b -padx 2 -width 18 -textvariable GmThematic::opt($id,1,colorscheme) \
-values {"blue-red" "red-blue" "green-red" "red-green" "blue-green" "green-blue" "cyan-yellow" "yellow-cyan" "custom_gradient" "single_color" } \
-labels [list [G_msg "blue red"] [G_msg "red blue"] [G_msg "green red"] [G_msg "red green"] [G_msg "blue green"] [G_msg "green blue"] [G_msg "cyan yellow"] [G_msg "yellow cyan"] [G_msg "custom gradient"] [G_msg "single color"]] \
-labelsvariable GmThematic::opt($id,1,colorschemelv)
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
# color options2
set row [ frame $frm.color2 ]
Label $row.a -text [G_msg " custom color scheme - start color"]
SelectColor $row.b -type menubutton -variable GmThematic::opt($id,1,startcolor)
Label $row.c -text [G_msg " end color"]
SelectColor $row.d -type menubutton -variable GmThematic::opt($id,1,endcolor)
checkbutton $row.e -text [G_msg "draw border"] -variable GmThematic::opt($id,1,border)
pack $row.a $row.b $row.c $row.d $row.e -side left
pack $row -side top -fill both -expand yes
# color options3
set row [ frame $frm.color3 ]
Label $row.a -text " "
checkbutton $row.b -text [G_msg "save thematic colors to GRASSRGB column of vector file"] -variable \
GmThematic::opt($id,1,update_rgb)
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
# legend 1
set row [ frame $frm.legend1 ]
Label $row.a -text [G_msg "Legend: title font "]
Button $row.b -image [image create photo -file "$iconpath/gui-font.gif"] \
-highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
-helptext [G_msg "title font for legend"] \
-command "GmThematic::select_tfont $id $frm"
Entry $row.c -width 15 -text "$opt($id,1,titlefont)" \
-textvariable GmThematic::opt($id,1,titlefont)
Label $row.d -text [G_msg " font color"]
SelectColor $row.e -type menubutton -variable GmThematic::opt($id,1,tfontcolor)
pack $row.a $row.b $row.c $row.d $row.e -side left
pack $row -side top -fill both -expand yes
# legend 2
set row [ frame $frm.legend2 ]
Label $row.a -text [G_msg " subtitle font "]
Button $row.b -image [image create photo -file "$iconpath/gui-font.gif"] \
-highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
-helptext [G_msg "subtitle font for legend"] \
-command "GmThematic::select_stfont $id $frm"
Entry $row.c -width 15 -text "$opt($id,1,subtitlefont)" \
-textvariable GmThematic::opt($id,1,subtitlefont)
pack $row.a $row.b $row.c -side left
pack $row -side top -fill both -expand yes
# legend 3
set row [ frame $frm.legend3 ]
Label $row.a -text [G_msg " label font "]
Button $row.b -image [image create photo -file "$iconpath/gui-font.gif"] \
-highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
-helptext [G_msg "label font for legend"] \
-command "GmThematic::select_lfont $id $frm"
Entry $row.c -width 15 -text "$opt($id,1,labelfont)" \
-textvariable GmThematic::opt($id,1,labelfont)
Label $row.d -text [G_msg " font color"]
SelectColor $row.e -type menubutton -variable GmThematic::opt($id,1,lfontcolor)
pack $row.a $row.b $row.c $row.d $row.e -side left
pack $row -side top -fill both -expand yes
# legend 4
set row [ frame $frm.legend4 ]
Label $row.a -text " "
checkbutton $row.b -text [G_msg "use math notation in legend"] -variable \
GmThematic::opt($id,1,math)
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
# psmap
set row [ frame $frm.psmap ]
Label $row.a -text [G_msg "Name for ps.map instruction files"]
LabelEntry $row.b -textvariable GmThematic::opt($id,1,psmap) -width 34
pack $row.a $row.b -side left
pack $row -side top -fill both -expand yes
}
###############################################################################
# save to grc file
proc GmThematic::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)"
}
}
###############################################################################
# get selected vector map
proc GmThematic::mapname { node } {
variable opt
variable tree
global mon
set tree($mon) $GmTree::tree($mon)
set id [GmTree::node_id $node]
if { $opt($id,1,map) == "" } { return ""}
set mapname $opt($id,1,map)
return $mapname
}
###############################################################################
# render and composite thematic layer
proc GmThematic::display { node mod } {
global mon
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}
if { $opt($id,1,map) == "" } { return }
if { $opt($id,1,column) == "" } { return }
# set hex colors to rgb
set pointcolor [GmLib::color $opt($id,1,pointcolor)]
set linecolor [GmLib::color $opt($id,1,linecolor)]
set startcolor [GmLib::color $opt($id,1,startcolor)]
set endcolor [GmLib::color $opt($id,1,endcolor)]
# turn off x11 display
set monitor "none"
#create d.vect.thematic command
set cmd "d.vect.thematic -s map=$opt($id,1,map) type=$opt($id,1,type) column=$opt($id,1,column) \
layer=$opt($id,1,layer) icon=$opt($id,1,icon) size=$opt($id,1,ptsize) \
maxsize=$opt($id,1,maxsize) nint=$opt($id,1,nint) pointcolor=$pointcolor \
linecolor=$linecolor startcolor=$startcolor endcolor=$endcolor \
themetype=$opt($id,1,themetype) monitor=$monitor \
themecalc=$opt($id,1,themecalc) colorscheme=$opt($id,1,colorscheme)"
# breakpoints
if { $opt($id,1,breakpoints) != "" } {
append cmd " {breakpoints=$opt($id,1,breakpoints)}"
}
# where query
if { $opt($id,1,where) != "" } {
append cmd " {where=$opt($id,1,where)}"
}
# psmap file
if { $opt($id,1,psmap) != "" } {
append cmd " psmap=$opt($id,1,psmap)"
}
# hide border
if { $opt($id,1,border) == 0 } {
append cmd " -f"
}
# update_rgb
if { $opt($id,1,update_rgb) == 1 } {
append cmd " -u"
}
# math notation
if { $opt($id,1,math) == 1 } {
append cmd " -m"
}
# Decide whether to run, run command, and copy files to temp
GmCommonLayer::display_command [namespace current] $id $cmd
# Legend
if { $opt($id,1,_check) } {
GmThematic::tlegend $mon $id
GmThematic::tleg_item $mon $id
}
}
###############################################################################
# duplicate thematic layer
proc GmThematic::duplicate { tree parent node id } {
variable optlist
variable lfile
variable lfilemask
variable opt
variable count
variable dup
global iconpath
set node "thematic:$count"
set dup($count) 1
set frm [ frame .thematicicon$count]
set check [checkbutton $frm.check \
-variable GmThematic::opt($count,1,_check) \
-height 1 -padx 0 -width 0]
image create photo thematicico -file "$iconpath/module-d.vect.thematic.gif"
set ico [label $frm.ico -image thematicico -bd 1 -relief raised]
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"
}
if { $opt($id,1,map) == ""} {
$tree insert $sellayer $parent $node \
-text "thematic $count" \
-window $frm \
-drawcross auto
} else {
$tree insert $sellayer $parent $node \
-text "thematic map for $opt($id,1,map)" \
-window $frm \
-drawcross auto
}
set opt($count,1,opacity) $opt($id,1,opacity)
set optlist { _check map type column themetype themecalc breakpoints where \
layer icon ptsize maxsize nint colorscheme pointcolor linecolor\
startcolor endcolor border update_rgb math psmap \
titlefont tfontcolor subtitlefont labelfont lfontcolor}
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
}
###############################################################################
# create graphic legend in separate display canvas
proc GmThematic::tlegend { mon id } {
global bgcolor
global iconpath
global env
variable opt
variable tlegend
variable tlegcan
if { [winfo exists .tlegend($mon,$id)] } {return}
set legendtitle [format [G_msg "Legend for Map %d, %s"] $mon $opt($id,1,map)]
toplevel .tlegend($mon,$id)
wm title .tlegend($mon,$id) $legendtitle
wm withdraw .tlegend($mon,$id)
#wm overrideredirect $txt 1
# create canvas for legend
set tlegmf [MainFrame .tlegend($mon,$id).mf ]
set tlegcan($mon,$id) [canvas $tlegmf.can -bg white\
-borderwidth 0 -closeenough 1.0 \
-relief ridge -selectbackground #c4c4c4 \
-width 300 -height 300 ]
# setting geometry
place $tlegcan($mon,$id) \
-in $tlegmf -x 0 -y 0 -anchor nw \
-bordermode ignore
# control buttons
set tleg_tb [$tlegmf addtoolbar]
set tlbb [ButtonBox $tleg_tb.bb -orient horizontal]
$tlbb add -text [G_msg "clear"] -command "GmThematic::tleg_erase $mon $id" -bg #dddddd \
-highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
-helptext [G_msg "Clear legend"] -highlightbackground $bgcolor
$tlbb add -text [G_msg "save"] -command "GmThematic::tleg_save $mon $id" -bg #dddddd \
-highlightthickness 0 -takefocus 0 -relief raised -borderwidth 1 \
-helptext [G_msg "Save legend to EPS file"] -highlightbackground $bgcolor
pack $tlegmf -expand yes -fill both -padx 0 -pady 0
pack $tlegcan($mon,$id) -fill both -expand yes
pack $tlbb -side left -anchor w
BWidget::place .tlegend($mon,$id) 0 0 at 500 100
wm deiconify .tlegend($mon,$id)
}
# read legend file and create legend items
proc GmThematic::tleg_item { mon id } {
variable tlegend
variable tlegcan
variable opt
global legfile
GmThematic::tleg_erase $mon $id
# get legend file created by d.vect.thematic in GRASS tmp diretory
set mappid [pid]
if {[catch {set tmpdir [file dirname [exec g.tempfile pid=$mappid]]} error]} {
GmLib::errmsg $error [G_msg "Error creating tempfile"]
}
set legfile [file join "$tmpdir" "gismlegend.txt"]
if {![file exists $legfile]} {return}
catch {set ltxt [open $legfile r]}
set x1 30
set y1 40
set txtx 60
set font $opt($id,1,labelfont)
regexp {.*\s(\d*)} $font string lineht
set yinc [expr {$lineht * 2}]
set titlefont $opt($id,1,titlefont)
set tfontcolor $opt($id,1,tfontcolor)
set subtitlefont $opt($id,1,subtitlefont)
set labelfont $opt($id,1,labelfont)
set lfontcolor $opt($id,1,lfontcolor)
while {![eof $ltxt]} {
gets $ltxt line
set type [lindex $line 0]
set fcolor [lindex $line 1]
set lcolor [lindex $line 2]
set size [lindex $line 3]
set label [lindex $line 4]
if { $fcolor != "-" } { set xfcolor [GmThematic::rgb2hex $fcolor] }
if { $lcolor != "-" } { set xlcolor [GmThematic::rgb2hex $lcolor] }
switch $type {
title {
regexp {.*\s(\d*)\s.*} $titlefont string lineht
set yinc [expr {$lineht * 2}]
set x2 [expr {$x1 + 15}]
set y2 [expr {$y1 + 15}]
$tlegcan($mon,$id) create text $x1 $y2 -anchor sw -width 250 \
-fill $tfontcolor -font $titlefont -text "$label"
}
subtitle {
regexp {.*\s(\d*)\s.*} $subtitlefont string lineht
set yinc [expr {$lineht * 2}]
set x2 [expr {$x1 + 15}]
set y2 [expr {$y1 + 15}]
$tlegcan($mon,$id) create text $x1 $y2 -anchor sw -width 250 \
-fill $tfontcolor -font $subtitlefont -text "$label"
incr y2 10
$tlegcan($mon,$id) create line $x1 $y2 [expr {$x1 + 250}] $y2 \
-width 1 -fill #000000
incr y1 10
}
text {
regexp {.*\s(\d*)\s.*} $labelfont string lineht
set yinc [expr {$lineht * 2}]
set x2 [expr {$x1 + 15}]
set y2 [expr {$y1 + 15}]
$tlegcan($mon,$id) create text $x1 $y2 -anchor sw -width 250 \
-fill $lfontcolor -font $labelfont -text "$label"
}
area {
regexp {.*\s(\d*)\s.*} $labelfont string lineht
set yinc [expr {$lineht * 2}]
set x2 [expr {$x1 + 15}]
set y2 [expr {$y1 + 15}]
$tlegcan($mon,$id) create rectangle $x1 $y1 $x2 $y2 -fill $xfcolor \
-outline $xlcolor
$tlegcan($mon,$id) create text [expr {$x2 + 15}] [expr {(($y2-$y1)/2) + $y1}] \
-fill $lfontcolor -anchor w -font $labelfont -text "$label"
}
point {
regexp {.*\s(\d*)\s.*} $labelfont string lineht
set yinc [expr {$lineht * 2}]
if { $size > [expr {$yinc + 2}] } {
incr y1 [expr {int(($size/5) + 2)}]
}
if { $txtx <= [expr {$x1 + $size + 15}] } {
set txtx [expr {$x1 + $size + 15}]
}
set x2 [expr {$x1 + $size}]
set y2 [expr {$y1 + $size}]
$tlegcan($mon,$id) create oval $x1 $y1 $x2 $y2 -fill $xfcolor \
-outline $xlcolor
$tlegcan($mon,$id) create text $txtx [expr (($y2-$y1)/2) + $y1] \
-fill $lfontcolor -anchor w -font $labelfont -text "$label"
}
line {
regexp {.*\s(\d*)\s.*} $labelfont string lineht
set yinc [expr {$lineht * 2}]
set x2 [expr {$x1 + 15}]
set y2 [expr {$y1 + 15}]
$tlegcan($mon,$id) create line $x1 $y1 $x2 $y2 -width $size \
-fill $xlcolor
$tlegcan($mon,$id) create text [expr $x2 + 15] [expr (($y2-$y1)/2) + $y1] \
-fill $lfontcolor -anchor w -font $labelfont -text "$label"
}
default { break }
}
if { $size > $yinc } {
incr y1 [expr {int($size + 2)}]
} else {
incr y1 $yinc
}
}
if {[catch {close $ltxt} error]} {
GmLib::errmsg $error
}
return
}
# rgb to hex color convertor
proc GmThematic::rgb2hex { clr } {
set rgb [split $clr :]
set r [lindex $rgb 0]
set g [lindex $rgb 1]
set b [lindex $rgb 2]
if {$r == "" || $g == "" || $b == ""} {return}
set xclr [format "#%02x%02x%02x" $r $g $b]
return $xclr
}
# erase legend canvas
proc GmThematic::tleg_erase { mon id} {
variable tlegcan
$tlegcan($mon,$id) delete all
return
}
#save legend canvas (might use maptool procedures)
proc GmThematic::tleg_save { mon id} {
global env
variable tlegcan
set types {
{{EPS} {.eps}}
}
set path [tk_getSaveFile -initialdir $Gm::last_directory -filetypes $types \
-defaultextension ".eps"]
$tlegcan($mon,$id) postscript -file "$path"
if { $path != "" } {
set Gm::last_directory [file dirname $path]
}
return
}
|