Re: [Google Maps API v3] Re: Tile opacity

2010-02-21 Thread Björn Brala
Sorry, didn't mean to be a wiseguy Marcello :) Think ill be implementing the clientside solution for our MapServer, any possible reduction on load it a welcome one :) 2010/2/21 Marcelo > On Feb 21, 1:41 pm, Björn Brala wrote: > > It seems tho that the tiles are loaded even when the layer is h

[Google Maps API v3] Re: Tile opacity

2010-02-21 Thread Marcelo
On Feb 21, 1:41 pm, Björn Brala wrote: > It seems tho that the tiles are loaded even when the layer is hidden. Sure > its fast when you click, but it might slow down other donwloads Yeah, yeah... I know that, but it's only a transparency demo, not an application on a production site. -- Marcelo

Re: [Google Maps API v3] Re: Tile opacity

2010-02-21 Thread Björn Brala
It seems tho that the tiles are loaded even when the layer is hidden. Sure its fast when you click, but it might slow down other donwloads 2010/2/21 Marcelo > On Feb 12, 2:53 am, Steve D wrote: > > I realized I needed to deal with missing tiles. (I'm guessing > > your cgi script is doing that f

[Google Maps API v3] Re: Tile opacity

2010-02-21 Thread Marcelo
On Feb 12, 2:53 am, Steve D wrote: > I realized I needed to deal with missing tiles. (I'm guessing > your cgi script is doing that for you)  Anyway, this seemed to get rid of > the little red x's that were showing up all over my map: > > tile.onerror = function(){this.onerror=null; this.src='./non

Re: [Google Maps API v3] Re: Tile opacity

2010-02-11 Thread Steve D
Okay, thanks a lot Marcelo, that really helps until Google implements this, because so far I quite prefer to work with v3 of the API. While making it work with my tile collection, which is a z/y/x.png style directory, I realized I needed to deal with missing tiles. (I'm guessing your cgi script is

Re: [Google Maps API v3] Re: Tile opacity

2010-02-11 Thread John Coryat
Works perfectly (and quite pretty) on Safari 4.04, Mac OS 10.5 -John Coryat http://maps.huge.info http://www.usnaviguide.com http://www.zipmaps.net -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Re: Tile opacity

2010-02-11 Thread Marcelo
On Feb 10, 5:43 pm, Steve D wrote: > Doesn't currently work in Opera 10.10, though it does look nice Firefox > 3.5.7.  I'm thinking I might just go back to v2 though. > It now works on Opera 10.10 as well. I'd be interested to hear from anyone using Safari on a Mac. http://maps.forum.nu/v3/gm_cus

Re: [Google Maps API v3] Re: Tile opacity

2010-02-10 Thread Steve D
Doesn't currently work in Opera 10.10, though it does look nice Firefox 3.5.7. I'm thinking I might just go back to v2 though. -Steve D On Wed, Feb 10, 2010 at 4:34 AM, Marcelo wrote: > Custom overlays with opacity here: > http://maps.forum.nu/v3/gm_customTiles.html > > Only tested in Chrome 3

[Google Maps API v3] Re: Tile opacity

2010-02-10 Thread Marcelo
Custom overlays with opacity here: http://maps.forum.nu/v3/gm_customTiles.html Only tested in Chrome 3, FF 3.011 and IE7 so far. -- Marcelo - http://maps.forum.nu -- On Feb 9, 4:43 am, Steve D wrote: > Ahh, thanks! > > -Steve D > > On Mon, Feb 8, 2010 at 6:09 PM, Chad Killingsworth < > > > >

Re: [Google Maps API v3] Re: Tile opacity

2010-02-08 Thread Steve D
Ahh, thanks! -Steve D On Mon, Feb 8, 2010 at 6:09 PM, Chad Killingsworth < chadkillingswo...@missouristate.edu> wrote: > That's because there isn't one in the ImageMapType object. You'll have > to use a custom overlay such as > http://search.missouristate.edu/map/mobile/examples/tileoverlay.js >

[Google Maps API v3] Re: Tile opacity

2010-02-08 Thread Chad Killingsworth
That's because there isn't one in the ImageMapType object. You'll have to use a custom overlay such as http://search.missouristate.edu/map/mobile/examples/tileoverlay.js Chad Killingsworth On Feb 8, 6:36 pm, Steve D wrote: > I'm in the process of learning my way around javascript and the google