We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a8cb6 commit d4feeceCopy full SHA for d4feece
api/v3/wfs_types.go
@@ -149,7 +149,7 @@ type WFSService struct {
149
func (s WFSService) KeywordsIncludingInspireKeyword() []string {
150
keywords := s.Keywords
151
if s.Inspire != nil && !slices.Contains(keywords, "infoFeatureAccessService") {
152
- keywords = append(keywords, "infoMapAccessService")
+ keywords = append(keywords, "infoFeatureAccessService")
153
}
154
155
return keywords
0 commit comments