OpenLayers OpenLayers

Ticket #560 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

Format.WFS.initialize should send [options] instead of arguments to GML.initialize

Reported by: tschaub Assigned to: tschaub
Priority: minor Milestone: 2.4 Release
Component: general Version:
Keywords: Cc:
State:

Description

this apparently hasn't been a problem yet, but the initialize function for the WFS format should initialize GML with [options] instead of arguments

Attachments

initialize.patch (0.5 kB) - added by tschaub on 03/24/07 23:58:07.
initialize with [options]

Change History

03/24/07 23:58:07 changed by tschaub

  • attachment initialize.patch added.

initialize with [options]

03/25/07 00:00:38 changed by tschaub

I would also think that you'd want to instantiate the WFS format with (layer, options) instead of (options, layer) - since layer is the only required argument. I think this would only change Layer.WFS at this point.

03/25/07 00:01:15 changed by tschaub

  • keywords set to review.

please review

03/25/07 10:50:51 changed by euzuro

  • status changed from new to closed.
  • resolution set to fixed.

good find, tim. patch applied with r2882

07/05/07 17:06:28 changed by euzuro

  • keywords deleted.