[OpenLayers-Users] Openlayers - tilecache and overlay problem
mfrumin
mfrumin at rpa.org
Tue Apr 3 00:30:45 EDT 2007
any luck getting this worked out when doing an overlay over, say, google
maps?
the OpenLayers/TileCache/GeoServer combo (all most recent releases) works
perfectly until I try to do an overlay over a Google Maps base. as soon as
I try that (including reproject: false), regardless of anything else, I get
the dreaded pink tiles.
thanks for all the awesome software guys,
mike
Tim Schaub-2 wrote:
>
>> > But when I do the same with WMSC from tilecache, and check the
>> > corresponding layer in openlayer's overlay list, I only have broken
>> > images. Same result if I create the WMS layer without transparency,
>> > and try this just after creation :
>> > wmsc_layer.setIsBaseLayer(false);
>>
>> I think Tim Schaub spent some time looking at it, and has
>> given us a few patches for it -- Tim, can you comment on if
>> these patches had actually fixed the issue for you? or were
>> you just using reproject=false?
>
> I think there are a few issues collaborating here. In the simple case
> where
> you have an odd sized viewport, the patch I posted for ticket #429 seems
> to
> take care of it (http://trac.openlayers.org/ticket/429).
>
> However, the problem still shows up with map resizing.
>
> I haven't taken more time to look into it. Until it has been solved, I'm
> constructing all WMS layers that don't need to be reprojected with
> reproject: false
>
> var options = {isBaseLayer: false, reproject: false};
> var overlay = new OpenLayers.Layer.WMS(title, url, params, options);
>
>
> Tim
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>
>
--
View this message in context: http://www.nabble.com/Openlayers---tilecache-and-overlay-problem-tf2767355.html#a9803558
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list