Skip to content

Commit

Permalink
Revert "Re-enable the polygon overlay now the acceptatietest has been…
Browse files Browse the repository at this point in the history
… published."

This reverts commit f70d7fc.
  • Loading branch information
bertm committed Dec 16, 2011
1 parent d87793b commit 6cadead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/www/frontend/viewer/viewport.js
Expand Up @@ -224,8 +224,8 @@ Viewport.prototype.initialize = function()

// DEBUG: Add an overlay.

this.overlay = new PolygonOverlay();
this.overlay.insert(this);
//this.overlay = new PolygonOverlay();
//this.overlay.insert(this);



Expand Down Expand Up @@ -337,7 +337,7 @@ Viewport.prototype.update = function(newPosition, newZoomLevel, newRotation)


// DEBUG: Update overlay.
this.overlay.update(this.position, this.zoomLevel, this.rotation, this.visibleArea);
//this.overlay.update(this.position, this.zoomLevel, this.rotation, this.visibleArea);



Expand Down

0 comments on commit 6cadead

Please sign in to comment.