added a couple header strings in ths src

This commit is contained in:
andrewxhill 2012-09-30 20:55:05 -04:00
parent 8aa21622e0
commit 6b518919d5
3 changed files with 8 additions and 2 deletions

BIN
src/.DS_Store vendored

Binary file not shown.

View File

@ -1,3 +1,9 @@
/*
====================
canvas setup for drawing tiles
====================
*/
function CanvasTileLayer(canvas_setup, render) { function CanvasTileLayer(canvas_setup, render) {
this.tileSize = new google.maps.Size(256, 256); this.tileSize = new google.maps.Size(256, 256);
this.maxZoom = 19; this.maxZoom = 19;

View File

@ -1,6 +1,6 @@
/* /*
==================== ====================
this class renders deforestation data in a given time this class renders tile data in a given time
==================== ====================
*/ */