From ae9ee5634ad6d03d4c875861c5956b4cc328afa6 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 2 Apr 2011 14:07:56 +0000 Subject: [PATCH] hard-code local path --- tiles/tileserver.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tiles/tileserver.pl b/tiles/tileserver.pl index ef5c449..43cfd91 100755 --- a/tiles/tileserver.pl +++ b/tiles/tileserver.pl @@ -9,6 +9,7 @@ my $zoom = param('Z') ; # Zoom my $py = param('Y') ; # Y Tile Name my $px = param('X') ; # X Tile Name my $path = $ENV{'DOCUMENT_ROOT'} . "/ws-2010-08/tiles" ; +$path = '/srv/google-map-markers-with-tile-layer/tiles'; my $i = 0 ; my $size = 0 ; my $x = '' ; -- 2.20.1