Re: Automatic Tile Cutter - HELP!
Hey Wil, I do not know if replied to you already or not, but I fixed
the situation. It involved getting rid of those spaces in front of the
<?php tags and any other non-needed spacing/tabs as well. Works great
now, thanks for the tutorial.
Another question. I have tried adding code to the php script to show
regular google tiles outside of the boundaries of my custom map. Have
you, or anyone else here, gotten that to work?
I've added a line as follows:
$file2 = "http://mt.google.com/mt?v=w2.6&x=$(x)&y=$(y)&zoom=$(z)";
And then when a No Data area would appear on my map I do the following:
$content = file_get_contents( $file2 );
What is the "v=w2.6" item? I've seen this as "v=2.4" before, but that
no longer seems to work. The v=w2.6 seems to be needed, but all I get
is googles NoData map icon. I guess this is a start. Anyone have any
thoughts to bring forth the needed google tiles?
Cheers!
-Brian
0 Comments:
Yorum Gönder
<< Home