> Has anyone had luck using gmapcreator in v3?

There's a working demo on the gmapcreator page you linked to

> This issue is that it's
> not using the standard tile naming convention that google uses. Their
> files are named tqsqqqqsqtt.png while googles are nested in numbered
> directories.

Sure, but all you need is a custom tile URL creating routine to access
the files.
Use your browsers 'view source' on the demo page, the routine is
called
customGetTileURL()

You need to adapt Marcelo's v3 version to use the same filename
scheme, MCustomTileLayer.prototype.getTileUrl looks like the relevant
section

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to