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 <
Nick_dai...@hotmail.com> 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 <
boris.rebs...@gmail.com> 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