File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ kind: WFS
33metadata :
44 name : sample
55 labels :
6- sample : sample
6+ pdok.nl/owner-id : pdok
7+ pdok.nl/dataset-id : sample
78spec :
89 podSpecPatch :
910 containers :
Original file line number Diff line number Diff line change @@ -2,16 +2,24 @@ apiVersion: pdok.nl/v3
22kind : WMS
33metadata :
44 name : sample
5+ labels :
6+ pdok.nl/owner-id : pdok
7+ pdok.nl/dataset-id : sample
58spec :
6- podSpecPatch : {}
9+ podSpecPatch :
10+ containers :
11+ - name : mapserver
12+ resources :
13+ limits :
14+ ephemeral-storage : 1m
715 service :
816 prefix : " prefix"
917 url : " https://test.test/path"
1018 title : " title"
1119 abstract : " abstract"
1220 keywords :
1321 - " keyword"
14- ownerInfoRef : " owner "
22+ ownerInfoRef : pdok
1523 dataEPSG : " EPSG:28992"
1624 stylingAssets :
1725 configMapRefs :
2432 keywords :
2533 - " keyword"
2634 visible : true
35+ boundingBoxes :
36+ - bbox :
37+ maxx : " 280000"
38+ maxy : " 860000"
39+ minx : " -25000"
40+ miny : " 250000"
41+ crs : EPSG:28992
2742 layers :
2843 - name : " visible"
2944 visible : true
4156 styles :
4257 - name : " name"
4358 title : " title"
59+ visualization : file.symbol
4460 - name : " not visible"
4561 visible : false
4662 data :
5167 tableName : " table"
5268 styles :
5369 - name : " name"
70+ visualization : file.symbol
You can’t perform that action at this time.
0 commit comments