ll resize the mainMapPane and
> the Map automatically.
> The problem of the loading bar is most likely that it's not listening
> to the OpenLayer events. But I'm no expert in that area and your
> details are a bit sketchy to say for sure.
>
> Steven
>
>
>
One more problem. Maybe i'm trying to use it in wrong way but here's what i
do:
> config.objects.mainMap.setWindowWidth(newWidth);
> config.objects.mainMap.setWindowHeight(newHeight);
>
> config.objects.mainMap.callLis
ad of image/png as
> image format.
>
> Regards,
> Andreas.
>
> GeoUser wrote:
>> OK, i created a demo that uses tiling. I used newest mapbuilder with
>> integrated open layers. Then i made tests under FFOX, IE6 and IE7. FFOX
>> and
>> IE7 worked fine but on IE6
OK, i created a demo that uses tiling. I used newest mapbuilder with
integrated open layers. Then i made tests under FFOX, IE6 and IE7. FFOX and
IE7 worked fine but on IE6 something went wrong. I can see request for map
tiles in geoserver command prompt log but i don't see tiles loading in IE.
New
What about tiling of rasters that come from geoserver wms requests?
--
View this message in context:
http://www.nabble.com/Mapbuilder-and-tiling-support-tf4942600.html#a14166680
Sent from the MapBuilder Devel mailing list archive at Nabble.com.
-
Hello.
Can anyone tell me in what stage tiling in mapbuilder is? Is somebody
working on that?
Are there any demos showing tiling in mapbuilder?
--
View this message in context:
http://www.nabble.com/Mapbuilder-and-tiling-support-tf4942600.html#a14149098
Sent from the MapBuilder Devel mailing li
Excellent guide. But i have few problems.
1.
> var _3=document.createElement("script");
> _3.readyState=="complete";
> this.loadingScripts.push(_3);
>
should second line be
> _3.readyState="complete";
>
And what can i do if Firefox says:
> Error: window[_23] is not a constructor:
>