Changeset 5121 for branches/uq/gui/scripts/resultviewer.tcl
- Timestamp:
- Mar 11, 2015, 10:26:15 AM (10 years ago)
- Location:
- branches/uq
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uq
- Property svn:mergeinfo changed
-
branches/uq/gui/scripts/resultviewer.tcl
r4512 r5121 293 293 } 294 294 } 295 ::Rappture::Map {296 if { ![$dataobj isvalid] } {297 return; # Ignore invalid map objects.298 }299 set mode "map"300 if {![info exists _mode2widget($mode)]} {301 set servers [Rappture::VisViewer::GetServerList "geovis"]302 set w $itk_interior.$mode303 Rappture::MapViewer $w $servers304 set _mode2widget($mode) $w305 }306 }307 295 ::Rappture::Field { 308 296 if { ![$dataobj isvalid] } { … … 493 481 set dobj [Rappture::Field ::#auto $xmlobj $path] 494 482 } 495 map {496 set dobj [Rappture::Map ::#auto $xmlobj $path]497 }498 483 mesh { 499 484 set dobj [Rappture::Mesh ::#auto $xmlobj $path]
Note: See TracChangeset
for help on using the changeset viewer.