Skip to content

Commit ab50484

Browse files
Merge pull request #40 from PDOK/jd/prefix
Fixed prefix
2 parents 9407216 + a9dcde1 commit ab50484

File tree

5 files changed

+542
-521
lines changed

5 files changed

+542
-521
lines changed

api/v2beta1/wfs_conversion.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ func (src *WFS) ToV3(dst *pdoknlv3.WFS) error {
6868
dst.Spec.Options = ConvertOptionsV2ToV3(src.Spec.Options)
6969

7070
service := pdoknlv3.WFSService{
71-
// TODO what is prefix, Geonovum subdomain?
72-
Prefix: "prefix",
71+
Prefix: src.Spec.General.Dataset,
7372
URL: CreateBaseURL("https://service.pdok.nl", "wfs", src.Spec.General),
7473
OwnerInfoRef: "pdok",
7574
Title: src.Spec.Service.Title,

0 commit comments

Comments
 (0)