diff --git a/model/types.go b/model/types.go index 459afee..2bcfcb6 100644 --- a/model/types.go +++ b/model/types.go @@ -37,7 +37,7 @@ func ParseServiceType(input string) (ServiceType, error) { return WFS, nil case "ATOM": return Atom, nil - case "OGCAPI": + case "OGC": return OGCAPI, nil default: return "unknown", fmt.Errorf("could not parse %s as a ServiceType", input)