Re: [OpenLayers-Users] enabling map.fractionalZoom crashes SphericalMercator layers (Google/Yahoo and maybe others)

2009-09-24 Thread cgp
Hmm ok. On that note, what other map APIs out there support fractional zoom? I'm guessing none? If that feature is absolutely crucial in our application, do we have to construct our own maps (base layers) that support fractional zoom? Eric Lemoine-2-2 wrote: On Wednesday, September 23,

Re: [OpenLayers-Users] enabling map.fractionalZoom crashes SphericalMercator layers (Google/Yahoo and maybe others)

2009-09-24 Thread eric.lemoine
On Thu, Sep 24, 2009 at 4:32 PM, cgp carina_pala...@forcorp.com wrote: Hmm ok. On that note, what other map APIs out there support fractional zoom? I'm guessing none? tile layers do not support fractional zoom -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget

[OpenLayers-Users] enabling map.fractionalZoom crashes SphericalMercator layers (Google/Yahoo and maybe others)

2009-09-23 Thread BrainDrain
Hi all! I'm a Little Confused. Simply adding fractionalZoom: true to map options (or for ex. here: http://openlayers.org/dev/examples/spherical-mercator.html) crashes my webapp (on map.zoomToMaxExtent())! I use my huge amount of vector data (map server output projection is spherical mercator) as

Re: [OpenLayers-Users] enabling map.fractionalZoom crashes SphericalMercator layers (Google/Yahoo and maybe others)

2009-09-23 Thread cgp
Hi, I had the same problem a while ago with the Google base layers, and if I remember correctly, it had something to do with the fact that Google map tiles have fixed zoom levels, which means that it doesn't support fractionalZoom.

Re: [OpenLayers-Users] enabling map.fractionalZoom crashes SphericalMercator layers (Google/Yahoo and maybe others)

2009-09-23 Thread Eric Lemoine
On Wednesday, September 23, 2009, cgp carina_pala...@forcorp.com wrote: Hi, I had the same problem a while ago with the Google base layers, and if I remember correctly, it had something to do with the fact that Google map tiles have fixed zoom levels, which means that it doesn't support