Update custom.html

pull/1581/head
berkenbu 2022-02-16 21:36:54 -05:00 committed by GitHub
parent 4a1e101fa8
commit 121eae22e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ TODO:
var ctx = canvas.getContext('2d');
canvas.width = 912;//OSMTILESIZE*2;
canvas.height = 912;//OSMTILESIZE*2;
for (var i = 0; i < 0; i++) {
for (var j = 0; j < 0; j++) {
for (var i = 0; i < 1; i++) {
for (var j = 0; j < 1; j++) {
(function(i,j){
var coords = new L.Point(center.x+i-1, center.y+j-1);
coords.z = zoom;