src/hg/hgTracks/imageV2.h 1.5

1.5 2009/08/27 00:10:16 tdreszer
Fixed a couple bugs and ensured ps-pdf code still works with IMAGEv2
Index: src/hg/hgTracks/imageV2.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/imageV2.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/hgTracks/imageV2.h	10 Jul 2009 19:48:18 -0000	1.4
+++ src/hg/hgTracks/imageV2.h	27 Aug 2009 00:10:16 -0000	1.5
@@ -2,9 +2,10 @@
 
 // UNCOMMENT IMAGEv2_UI to have the new image with dragReorder
 // also UNCOMMENT IMAGEv2_UI_PORTAL to allow dragScroll
 //#define IMAGEv2_UI
-//#define IMAGEv2_USE_PORTAL
+#define IMAGEv2_USE_PORTAL
+#define IMAGEv2_DRAG_REORDER
 
 // CURRENT PROBLEMS:
 // o subrtacks should be dragReorderable!!!  Make them individual imgTracks
 // o centerlabel next feature '>>' arrows are scrolled off screen: fix when centerlabels are small and don't scroll
@@ -38,9 +39,9 @@
 // "slice" or "imgSlice": The cgi concept of the portion of an image that is sent to the html/js side.
 //          Thus, if we are sending a 3X sized image, the "slice" spans the entire 3X.
 //          Frequently a subset of an image, but possibly the whole image.
 //          Even if the image is of a single track, it might still be cut into data image, sideLabel and centerLabel slices.
-// "sliceMap": The portion of a map that belongs to a slice.  The pixel coordinates are always image relative, not sice relative.
+// "sliceMap": The portion of a map that belongs to a slice.  The pixel coordinates are always image relative, not slice relative.
 // "portal" or "imgPortal": The html/js concept of the portion of a slice that is visible in the browser.
 //          Thus, if we are sending a 3X sized data image slice, the "portal" seen in the browser spans only 1X.
 //          Frequently a subset of a slice, but possibly the whole image slice.
 // "imgTrack" or track image: The cgi side whole shabang for rendering one track.