Skip to content

Releases: PDOK/ogc-specifications

v0.2.9

20 Aug 15:17
87161ed
Compare
Choose a tag to compare
  • fix issue in WFS Constraint which caused Capabilities output not to validate against schema

v0.2.8

20 Aug 14:10
99c0784
Compare
Choose a tag to compare
  • added ServiceProvider to wsc110 package
  • added various elements to support generation of official OGC Specification examples

v0.2.7

19 Jul 07:50
7c70b02
Compare
Choose a tag to compare
Merge pull request #22 from PDOK/fix_lowercase_params

Accept lowercase parameters

v0.2.6

15 Jul 14:41
06f44cf
Compare
Choose a tag to compare
Merge pull request #21 from PDOK/fix_missing_styles_param

Fix check for missing parameters

v0.2.5

08 Jul 12:19
2fd2587
Compare
Choose a tag to compare
  • updated GetMap checks

v0.2.4: Merge pull request #18 from PDOK/PDOK-12745

25 Jun 06:35
d23d6d7
Compare
Choose a tag to compare

Set WFS Feature Boundingbox to optional.

v0.2.3

26 May 12:02
eef3bc6
Compare
Choose a tag to compare

Removed specific identification functions, are more appropriate in a specific implementation

v0.2.2

26 May 11:08
502bcc5
Compare
Choose a tag to compare

Refactored large parts of the code, mainly:

  • in the private func() between the main structs and 'supporting' structs.
  • renaming of KVP -> Parameter Value for more consistency
  • moved benchmarks to own files
  • removed common pkg and moved code to the appropriated pkg's
  • added wsc200 skeleton for wcs201 setup

WMS Capabilities struct fix

19 May 08:37
18ed002
Compare
Choose a tag to compare
  • added missing xml/yaml struct tags for the WMS capabilities

complete refactor

18 May 14:17
ebc80b2
Compare
Choose a tag to compare

complete refactor:

  • made the different specs more 'independent'
  • single package for every spec
  • yaml.v3
  • golang 1.1.6