Skip to content

Commit 7458b8c

Browse files
committed
#73 fix url
1 parent 3a47248 commit 7458b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twmap_gen/lib/Twmap/Stitcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ function gettileurl() {
709709
return [
710710
['url'=> $url,
711711
'process' => '' ],
712-
['url'=> 'http://make.happyman.idv.tw:8088/happyman_nowp/{z}/{x}/{y}.png',
712+
['url'=> 'http://make.happyman.idv.tw/map/happyman_nowp/{z}/{x}/{y}.png',
713713
'process' => ''] # '-monochrome'
714714
];
715715
}

0 commit comments

Comments
 (0)