OpenLayers OpenLayers

Ticket #1605 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Create a filter format and extend the SLD format to use it

Reported by: tschaub Assigned to: tschaub
Priority: major Milestone: 2.7 Release
Component: Format.SLD Version: 2.6
Keywords: Cc:
State: Complete

Description (Last modified by tschaub)

Create versioned filter formats. Use the readers/writers from the SLD format (ogc:Filter functions).

After creating filter format, extend the SLD format with readers and writers from the filter format. This is done in the almanac sandbox and looks to be in the vector behavior sandbox.

Tests will likely need to be written.

Attachments

filter.patch (49.8 kB) - added by sbenthall on 07/31/08 17:12:13.
filter.2.patch (46.5 kB) - added by tschaub on 07/31/08 17:56:59.
filter format

Change History

07/28/08 11:23:27 changed by crschmidt

  • priority changed from minor to major.

07/31/08 15:08:59 changed by tschaub

  • description changed.

07/31/08 15:17:59 changed by sbenthall

Filter format is in the vector-behavior sandbox.

In the topp/almanac sandbox, the SLD format is properly extended with the (properly versioned) Filter formats.

Tests for the SLD format are updated in the topp/almanac sandbox.

Tests for the Filter format are in the topp/almanac sandbox.

07/31/08 15:18:04 changed by sbenthall

  • owner changed from tschaub to sbenthall.

07/31/08 15:18:07 changed by sbenthall

  • status changed from new to assigned.

07/31/08 17:12:13 changed by sbenthall

  • attachment filter.patch added.

07/31/08 17:14:05 changed by sbenthall

  • owner changed from sbenthall to tschaub.
  • status changed from assigned to new.
  • state set to Review.

patch includes:

  • Filter formats, by version.
  • Changes to SLD formats to use Filter formats, by version
  • Tests to Filter formats
  • Updated tests for SLD formats
  • changes to OpenLayers.js to include new classes
  • changes to list_tests to include new tests

07/31/08 17:56:59 changed by tschaub

  • attachment filter.2.patch added.

filter format

07/31/08 18:32:47 changed by tschaub

  • summary changed from extend sld format with readers/writers from filter format to Create a filter format and extend the SLD format to use it.

07/31/08 18:34:20 changed by tschaub

  • status changed from new to closed.
  • state changed from Review to Complete.
  • resolution set to fixed.

(In [7651]) Adding a filter format for version 1.0.0 filter encoding. The sld parser extends itself to use readers and writers from the filter parser. r=me (closes #1605)