OpenLayers OpenLayers

Ticket #548 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

OpenLayers.Layer.MapServer.js isBaseLayer is broken

Reported by: pagameba Assigned to: crschmidt
Priority: minor Milestone: 2.4 Release
Component: Layer.MapServer Version:
Keywords: Cc:
State:

Description

MapServer layer type appears to have an old implementation of isBaseLayer (compared to WMS layer). In particular, there is no test to set this.isBaseLayer in initialize and there is an isBaseLayer function which conflicts with the isBaseLayer property.

Copying the if () from WMS initialize that sets this.isBaseLayer and removing the extraneous isBaseLayer: function() fixes the test.

Change History

03/25/07 17:36:28 changed by crschmidt

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 2.4 Release.