Thank you all for fast responses!

Today I made page ( http://poplave.geoin.si/v3/ ). It shows custom
tiles of recent floods in Slovenia. It's fine for first time ;)

@Kesuke : I will definetly take a look at this pngcrush! Thank you!

For further development.. In Maps v2,it was possible to get roads
layer with something like this:

var layers = G_HYBRID_MAP.getTileLayers();
var bla=layers[1]; // a reference to the upper tile layer of the
hybrid map

Is something like this possible in Maps v3?


On Oct 16, 8:37 pm, Kesuke <[email protected]> wrote:
> On a side note - if you plan to use a large number ofcustom.pngtileson your 
> map try using pngcrush (available from sourceforge). I
> was able to reduce 135mb of .pngtilesdown to 45mb - not bad for
> lossless compression. Faster load times + cheaper bandwidth.
>
> On Oct 15, 11:51 am, bory <[email protected]> wrote:
>
> > Hello to all!
>
> > I want to loadcustomtileson map which I got from cutting *.tif
> > pictures in Global Mapper. So far I have alltilesI need. Thesetiles
> > are organized in folders(...path.../zoom/y/x.png) where "zoom" and "y"
> > are folders and "x" is actual PNG file. Global Mapper also generates
> > *.html document, which shows thetileson map v2. I would like to use
> > thistileswith maps v3. I didn't found any simple example which would
> > show how to usecustomtilesin maps v3. If anyone has some experience
> > in this direction or any samples, please let me know.
>
> >  Thank you!

-- 
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