added a couple header strings in ths src
This commit is contained in:
parent
8aa21622e0
commit
6b518919d5
BIN
src/.DS_Store
vendored
BIN
src/.DS_Store
vendored
Binary file not shown.
@ -1,4 +1,10 @@
|
|||||||
function CanvasTileLayer(canvas_setup, render) {
|
/*
|
||||||
|
====================
|
||||||
|
canvas setup for drawing tiles
|
||||||
|
====================
|
||||||
|
*/
|
||||||
|
|
||||||
|
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;
|
||||||
this.name = "Tile #s";
|
this.name = "Tile #s";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
====================
|
====================
|
||||||
this class renders deforestation data in a given time
|
this class renders tile data in a given time
|
||||||
====================
|
====================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user