On Jul 25, 3:23 am, trez <[email protected]> wrote:
> > Noo...!
> > I changed the zoom level to 17, but now the name of the files which
> > google maps are searching for is different and i have to know these
> > names T_T!
>
> And this remain.
> I think the change on the zoom level, needs different tile names, but
> i can't understand how is organized it.
> I'm searching for a group about it.
I think the zoom level issue may have been a red herring. I can get
the GPolygon to display on your custom map without that change.
However, the initial location of the map seems to be nowhere near
where your custom tiles are.
Your CustomGetTileUrl function is being called with these arguments:
GetCustomTileUrl((64434, 42182),17)
But your custom tiles are only returned at much smaller coordinates:
if (a.x>=4026 && a.x<=4029 && a.y>=2634 && a.y<= 2637){ //
b==13 &&
I don't know how to calculate the geographic position that that tile
is at and don't have time right now to figure it out, but hopefully
this will point you in the right direction or someone who is more
familiar with custom maps can provide the correct formula or position.
-- Larry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---