Skip to content

Commit a9dcde1

Browse files
author
Jelle Dijkstra
committed
Fixed prefix
1 parent 5a1594e commit a9dcde1

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
@@ -67,8 +67,7 @@ func (src *WFS) ToV3(dst *pdoknlv3.WFS) error {
6767
dst.Spec.Options = ConvertOptionsV2ToV3(src.Spec.Options)
6868

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

0 commit comments

Comments
 (0)