From: Dobrica Pavlinusic Date: Sat, 2 Apr 2011 14:07:56 +0000 (+0000) Subject: hard-code local path X-Git-Url: http://git.rot13.org/?p=google-map-tiles.git;a=commitdiff_plain;h=ae9ee5634ad6d03d4c875861c5956b4cc328afa6 hard-code local path --- 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 = '' ;