Hi, I am using the bratliff SparseTileLayerOverlay. The reason is that it supports time line over tiles. I have lot of information on the pacific and without this it looks really bad.
My biggest concern now is that I cant seem to be able to adjust the opacity. I either can set alpha to 0 or to 1, but nothing intermediate. I am not that interested in supporting IE6, but IE7 is probably good idea :( Any idea how could I make it happen? I tried setting: "filter:","alpha(opacity=20)" "-moz-opacity","0.2" "-khtml-opacity", "0.2" "opacity", "0.2" But did not get success. Thanks in advance. Javier. On Jan 7, 6:44 pm, bratliff <[email protected]> wrote: > Old laptops cannot run Windows XP. Windows 98 cannot run IE7 nor > Chrome. > > The "alpha" filter can control opacity for transparent GIFs but not > for transparent PNGs. IE6 requires the "alphaImageLoader" filter to > display transparent PNGs . It is incompatable with the "alpha" > filter. You can use either one but not both. "absolute postioning" > has nothing to do with it. > > I have updated: > > http://www.polyarc.us/sparsetile.js > > to avoid naming conflicts with the API's OverlayView prototype, also > to hide several support functions. > > The file: > > http://www.polyarc.us/sparse > > demonstrates the use of multiple unrelated tile sets. The WMS "bbox" > parameters are generated automatically. Unfortunately, the USGS OGC > server is frequently unavailable. -- 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.
